<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="RELAT%C3%93RIO%20A_arquivos/estilo.css">
<link rel="stylesheet" href="RELAT%C3%93RIO%20A_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="RELAT%C3%93RIO%20A_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="RELAT%C3%93RIO%20A_arquivos/jquery.js" type="text/javascript"></script>
<script src="RELAT%C3%93RIO%20A_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="RELAT%C3%93RIO%20A_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="RELAT%C3%93RIO%20A_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | A - 4 Perodo - 18/01/2013 - 05/04/2013</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="4" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="44" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96443" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="4 Perodo - 18/01/2013 - 05/04/2013" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1168272&nbsp;ADRIANE RODRIGUES MORENO
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="1168272" type="hidden"></td>
            
            <td id="colunaNotaAluno_1168272_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_154" id="ci_AlunoAvaliacao_1168272_154" value="100812260" type="hidden">
                <input name="nr_Nota_1168272_154" id="nr_Nota_1168272_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_160" id="ci_AlunoAvaliacao_1168272_160" value="101511303" type="hidden">
                <input name="nr_Nota_1168272_160" id="nr_Nota_1168272_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_530" id="ci_AlunoAvaliacao_1168272_530" value="100813315" type="hidden">
                <input name="nr_Nota_1168272_530" id="nr_Nota_1168272_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_780" id="ci_AlunoAvaliacao_1168272_780" value="101809082" type="hidden">
                <input name="nr_Nota_1168272_780" id="nr_Nota_1168272_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_800" id="ci_AlunoAvaliacao_1168272_800" value="101817091" type="hidden">
                <input name="nr_Nota_1168272_800" id="nr_Nota_1168272_800" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_890" id="ci_AlunoAvaliacao_1168272_890" value="101389749" type="hidden">
                <input name="nr_Nota_1168272_890" id="nr_Nota_1168272_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_970" id="ci_AlunoAvaliacao_1168272_970" value="101809460" type="hidden">
                <input name="nr_Nota_1168272_970" id="nr_Nota_1168272_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_3330" id="ci_AlunoAvaliacao_1168272_3330" value="101577524" type="hidden">
                <input name="nr_Nota_1168272_3330" id="nr_Nota_1168272_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_1130" id="ci_AlunoAvaliacao_1168272_1130" value="101511782" type="hidden">
                <input name="nr_Nota_1168272_1130" id="nr_Nota_1168272_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_1140" id="ci_AlunoAvaliacao_1168272_1140" value="100812023" type="hidden">
                <input name="nr_Nota_1168272_1140" id="nr_Nota_1168272_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_1200" id="ci_AlunoAvaliacao_1168272_1200" value="101511580" type="hidden">
                <input name="nr_Nota_1168272_1200" id="nr_Nota_1168272_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_1620" id="ci_AlunoAvaliacao_1168272_1620" value="100806327" type="hidden">
                <input name="nr_Nota_1168272_1620" id="nr_Nota_1168272_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_1730" id="ci_AlunoAvaliacao_1168272_1730" value="101631154" type="hidden">
                <input name="nr_Nota_1168272_1730" id="nr_Nota_1168272_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2402575&nbsp;ALEXANDRE BEZERRA DOS SANTOS
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="2402575" type="hidden"></td>
            
            <td id="colunaNotaAluno_2402575_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_154" id="ci_AlunoAvaliacao_2402575_154" value="100812267" type="hidden">
                <input name="nr_Nota_2402575_154" id="nr_Nota_2402575_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_160" id="ci_AlunoAvaliacao_2402575_160" value="101511304" type="hidden">
                <input name="nr_Nota_2402575_160" id="nr_Nota_2402575_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_530" id="ci_AlunoAvaliacao_2402575_530" value="100813316" type="hidden">
                <input name="nr_Nota_2402575_530" id="nr_Nota_2402575_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_780" id="ci_AlunoAvaliacao_2402575_780" value="101809083" type="hidden">
                <input name="nr_Nota_2402575_780" id="nr_Nota_2402575_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_800" id="ci_AlunoAvaliacao_2402575_800" value="101817092" type="hidden">
                <input name="nr_Nota_2402575_800" id="nr_Nota_2402575_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_890" id="ci_AlunoAvaliacao_2402575_890" value="101389750" type="hidden">
                <input name="nr_Nota_2402575_890" id="nr_Nota_2402575_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_970" id="ci_AlunoAvaliacao_2402575_970" value="101809461" type="hidden">
                <input name="nr_Nota_2402575_970" id="nr_Nota_2402575_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_3330" id="ci_AlunoAvaliacao_2402575_3330" value="101577525" type="hidden">
                <input name="nr_Nota_2402575_3330" id="nr_Nota_2402575_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_1130" id="ci_AlunoAvaliacao_2402575_1130" value="101511783" type="hidden">
                <input name="nr_Nota_2402575_1130" id="nr_Nota_2402575_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_1140" id="ci_AlunoAvaliacao_2402575_1140" value="100812042" type="hidden">
                <input name="nr_Nota_2402575_1140" id="nr_Nota_2402575_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_1200" id="ci_AlunoAvaliacao_2402575_1200" value="101511581" type="hidden">
                <input name="nr_Nota_2402575_1200" id="nr_Nota_2402575_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_1620" id="ci_AlunoAvaliacao_2402575_1620" value="100806328" type="hidden">
                <input name="nr_Nota_2402575_1620" id="nr_Nota_2402575_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_1730" id="ci_AlunoAvaliacao_2402575_1730" value="101631155" type="hidden">
                <input name="nr_Nota_2402575_1730" id="nr_Nota_2402575_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1189989&nbsp;ANA KAROLINE NASCIMENTO GONCALVES
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="1189989" type="hidden"></td>
            
            <td id="colunaNotaAluno_1189989_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_154" id="ci_AlunoAvaliacao_1189989_154" value="100812268" type="hidden">
                <input name="nr_Nota_1189989_154" id="nr_Nota_1189989_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_160" id="ci_AlunoAvaliacao_1189989_160" value="101511305" type="hidden">
                <input name="nr_Nota_1189989_160" id="nr_Nota_1189989_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_530" id="ci_AlunoAvaliacao_1189989_530" value="100813317" type="hidden">
                <input name="nr_Nota_1189989_530" id="nr_Nota_1189989_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_780" id="ci_AlunoAvaliacao_1189989_780" value="101809084" type="hidden">
                <input name="nr_Nota_1189989_780" id="nr_Nota_1189989_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_800" id="ci_AlunoAvaliacao_1189989_800" value="101817093" type="hidden">
                <input name="nr_Nota_1189989_800" id="nr_Nota_1189989_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_890" id="ci_AlunoAvaliacao_1189989_890" value="101389751" type="hidden">
                <input name="nr_Nota_1189989_890" id="nr_Nota_1189989_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_970" id="ci_AlunoAvaliacao_1189989_970" value="101809462" type="hidden">
                <input name="nr_Nota_1189989_970" id="nr_Nota_1189989_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_3330" id="ci_AlunoAvaliacao_1189989_3330" value="101577526" type="hidden">
                <input name="nr_Nota_1189989_3330" id="nr_Nota_1189989_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_1130" id="ci_AlunoAvaliacao_1189989_1130" value="101511784" type="hidden">
                <input name="nr_Nota_1189989_1130" id="nr_Nota_1189989_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_1140" id="ci_AlunoAvaliacao_1189989_1140" value="100812051" type="hidden">
                <input name="nr_Nota_1189989_1140" id="nr_Nota_1189989_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_1200" id="ci_AlunoAvaliacao_1189989_1200" value="101511582" type="hidden">
                <input name="nr_Nota_1189989_1200" id="nr_Nota_1189989_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_1620" id="ci_AlunoAvaliacao_1189989_1620" value="100806329" type="hidden">
                <input name="nr_Nota_1189989_1620" id="nr_Nota_1189989_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_1730" id="ci_AlunoAvaliacao_1189989_1730" value="101631156" type="hidden">
                <input name="nr_Nota_1189989_1730" id="nr_Nota_1189989_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;900846&nbsp;ANDERSON SANTOS DA SILVA
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="900846" type="hidden"></td>
            
            <td id="colunaNotaAluno_900846_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_154" id="ci_AlunoAvaliacao_900846_154" value="100812269" type="hidden">
                <input name="nr_Nota_900846_154" id="nr_Nota_900846_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_160" id="ci_AlunoAvaliacao_900846_160" value="101511306" type="hidden">
                <input name="nr_Nota_900846_160" id="nr_Nota_900846_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_530" id="ci_AlunoAvaliacao_900846_530" value="100813318" type="hidden">
                <input name="nr_Nota_900846_530" id="nr_Nota_900846_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_780" id="ci_AlunoAvaliacao_900846_780" value="101809085" type="hidden">
                <input name="nr_Nota_900846_780" id="nr_Nota_900846_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_800" id="ci_AlunoAvaliacao_900846_800" value="101817094" type="hidden">
                <input name="nr_Nota_900846_800" id="nr_Nota_900846_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_890" id="ci_AlunoAvaliacao_900846_890" value="101389752" type="hidden">
                <input name="nr_Nota_900846_890" id="nr_Nota_900846_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_970" id="ci_AlunoAvaliacao_900846_970" value="101809463" type="hidden">
                <input name="nr_Nota_900846_970" id="nr_Nota_900846_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_3330" id="ci_AlunoAvaliacao_900846_3330" value="101577527" type="hidden">
                <input name="nr_Nota_900846_3330" id="nr_Nota_900846_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_1130" id="ci_AlunoAvaliacao_900846_1130" value="101511785" type="hidden">
                <input name="nr_Nota_900846_1130" id="nr_Nota_900846_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_1140" id="ci_AlunoAvaliacao_900846_1140" value="100812052" type="hidden">
                <input name="nr_Nota_900846_1140" id="nr_Nota_900846_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_1200" id="ci_AlunoAvaliacao_900846_1200" value="101511583" type="hidden">
                <input name="nr_Nota_900846_1200" id="nr_Nota_900846_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_1620" id="ci_AlunoAvaliacao_900846_1620" value="100806330" type="hidden">
                <input name="nr_Nota_900846_1620" id="nr_Nota_900846_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_1730" id="ci_AlunoAvaliacao_900846_1730" value="101631157" type="hidden">
                <input name="nr_Nota_900846_1730" id="nr_Nota_900846_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1186007&nbsp;ANDRESSA ALVES DE SOUZA
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1186007" type="hidden"></td>
            
            <td id="colunaNotaAluno_1186007_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_154" id="ci_AlunoAvaliacao_1186007_154" value="100812270" type="hidden">
                <input name="nr_Nota_1186007_154" id="nr_Nota_1186007_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_160" id="ci_AlunoAvaliacao_1186007_160" value="101511307" type="hidden">
                <input name="nr_Nota_1186007_160" id="nr_Nota_1186007_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_530" id="ci_AlunoAvaliacao_1186007_530" value="100813319" type="hidden">
                <input name="nr_Nota_1186007_530" id="nr_Nota_1186007_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_780" id="ci_AlunoAvaliacao_1186007_780" value="101809086" type="hidden">
                <input name="nr_Nota_1186007_780" id="nr_Nota_1186007_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_800" id="ci_AlunoAvaliacao_1186007_800" value="101817095" type="hidden">
                <input name="nr_Nota_1186007_800" id="nr_Nota_1186007_800" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_890" id="ci_AlunoAvaliacao_1186007_890" value="101389753" type="hidden">
                <input name="nr_Nota_1186007_890" id="nr_Nota_1186007_890" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_970" id="ci_AlunoAvaliacao_1186007_970" value="101809464" type="hidden">
                <input name="nr_Nota_1186007_970" id="nr_Nota_1186007_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_3330" id="ci_AlunoAvaliacao_1186007_3330" value="101577528" type="hidden">
                <input name="nr_Nota_1186007_3330" id="nr_Nota_1186007_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_1130" id="ci_AlunoAvaliacao_1186007_1130" value="101511786" type="hidden">
                <input name="nr_Nota_1186007_1130" id="nr_Nota_1186007_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_1140" id="ci_AlunoAvaliacao_1186007_1140" value="100812053" type="hidden">
                <input name="nr_Nota_1186007_1140" id="nr_Nota_1186007_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_1200" id="ci_AlunoAvaliacao_1186007_1200" value="101511584" type="hidden">
                <input name="nr_Nota_1186007_1200" id="nr_Nota_1186007_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_1620" id="ci_AlunoAvaliacao_1186007_1620" value="100806331" type="hidden">
                <input name="nr_Nota_1186007_1620" id="nr_Nota_1186007_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_1730" id="ci_AlunoAvaliacao_1186007_1730" value="101631158" type="hidden">
                <input name="nr_Nota_1186007_1730" id="nr_Nota_1186007_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1322108&nbsp;ANTONIO MARCOS DE SOUSA ANDRADE
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="1322108" type="hidden"></td>
            
            <td id="colunaNotaAluno_1322108_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_154" id="ci_AlunoAvaliacao_1322108_154" value="100812271" type="hidden">
                <input name="nr_Nota_1322108_154" id="nr_Nota_1322108_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_160" id="ci_AlunoAvaliacao_1322108_160" value="101511308" type="hidden">
                <input name="nr_Nota_1322108_160" id="nr_Nota_1322108_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_530" id="ci_AlunoAvaliacao_1322108_530" value="100813320" type="hidden">
                <input name="nr_Nota_1322108_530" id="nr_Nota_1322108_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_780" id="ci_AlunoAvaliacao_1322108_780" value="101809087" type="hidden">
                <input name="nr_Nota_1322108_780" id="nr_Nota_1322108_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_800" id="ci_AlunoAvaliacao_1322108_800" value="101817096" type="hidden">
                <input name="nr_Nota_1322108_800" id="nr_Nota_1322108_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_890" id="ci_AlunoAvaliacao_1322108_890" value="101389754" type="hidden">
                <input name="nr_Nota_1322108_890" id="nr_Nota_1322108_890" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_970" id="ci_AlunoAvaliacao_1322108_970" value="101809465" type="hidden">
                <input name="nr_Nota_1322108_970" id="nr_Nota_1322108_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_3330" id="ci_AlunoAvaliacao_1322108_3330" value="101577529" type="hidden">
                <input name="nr_Nota_1322108_3330" id="nr_Nota_1322108_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_1130" id="ci_AlunoAvaliacao_1322108_1130" value="101511787" type="hidden">
                <input name="nr_Nota_1322108_1130" id="nr_Nota_1322108_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_1140" id="ci_AlunoAvaliacao_1322108_1140" value="100812054" type="hidden">
                <input name="nr_Nota_1322108_1140" id="nr_Nota_1322108_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_1200" id="ci_AlunoAvaliacao_1322108_1200" value="101511585" type="hidden">
                <input name="nr_Nota_1322108_1200" id="nr_Nota_1322108_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_1620" id="ci_AlunoAvaliacao_1322108_1620" value="100806332" type="hidden">
                <input name="nr_Nota_1322108_1620" id="nr_Nota_1322108_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_1730" id="ci_AlunoAvaliacao_1322108_1730" value="101631159" type="hidden">
                <input name="nr_Nota_1322108_1730" id="nr_Nota_1322108_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197237&nbsp;ARTUR NOBERTO ANDRADE DO NASCIMENTO
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="1197237" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197237_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_154" id="ci_AlunoAvaliacao_1197237_154" value="100812273" type="hidden">
                <input name="nr_Nota_1197237_154" id="nr_Nota_1197237_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_160" id="ci_AlunoAvaliacao_1197237_160" value="101511309" type="hidden">
                <input name="nr_Nota_1197237_160" id="nr_Nota_1197237_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_530" id="ci_AlunoAvaliacao_1197237_530" value="100813321" type="hidden">
                <input name="nr_Nota_1197237_530" id="nr_Nota_1197237_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_780" id="ci_AlunoAvaliacao_1197237_780" value="101809088" type="hidden">
                <input name="nr_Nota_1197237_780" id="nr_Nota_1197237_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_800" id="ci_AlunoAvaliacao_1197237_800" value="101817097" type="hidden">
                <input name="nr_Nota_1197237_800" id="nr_Nota_1197237_800" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_890" id="ci_AlunoAvaliacao_1197237_890" value="101389755" type="hidden">
                <input name="nr_Nota_1197237_890" id="nr_Nota_1197237_890" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_970" id="ci_AlunoAvaliacao_1197237_970" value="101809466" type="hidden">
                <input name="nr_Nota_1197237_970" id="nr_Nota_1197237_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_3330" id="ci_AlunoAvaliacao_1197237_3330" value="101577530" type="hidden">
                <input name="nr_Nota_1197237_3330" id="nr_Nota_1197237_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_1130" id="ci_AlunoAvaliacao_1197237_1130" value="101511788" type="hidden">
                <input name="nr_Nota_1197237_1130" id="nr_Nota_1197237_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_1140" id="ci_AlunoAvaliacao_1197237_1140" value="100812055" type="hidden">
                <input name="nr_Nota_1197237_1140" id="nr_Nota_1197237_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_1200" id="ci_AlunoAvaliacao_1197237_1200" value="101511586" type="hidden">
                <input name="nr_Nota_1197237_1200" id="nr_Nota_1197237_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_1620" id="ci_AlunoAvaliacao_1197237_1620" value="100806333" type="hidden">
                <input name="nr_Nota_1197237_1620" id="nr_Nota_1197237_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_1730" id="ci_AlunoAvaliacao_1197237_1730" value="101631160" type="hidden">
                <input name="nr_Nota_1197237_1730" id="nr_Nota_1197237_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1302048&nbsp;CARLOS RENATO DE SOUZA PINHEIRO
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="1302048" type="hidden"></td>
            
            <td id="colunaNotaAluno_1302048_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_154" id="ci_AlunoAvaliacao_1302048_154" value="100812274" type="hidden">
                <input name="nr_Nota_1302048_154" id="nr_Nota_1302048_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_160" id="ci_AlunoAvaliacao_1302048_160" value="101511310" type="hidden">
                <input name="nr_Nota_1302048_160" id="nr_Nota_1302048_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_530" id="ci_AlunoAvaliacao_1302048_530" value="100813322" type="hidden">
                <input name="nr_Nota_1302048_530" id="nr_Nota_1302048_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_780" id="ci_AlunoAvaliacao_1302048_780" value="101809089" type="hidden">
                <input name="nr_Nota_1302048_780" id="nr_Nota_1302048_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_800" id="ci_AlunoAvaliacao_1302048_800" value="101817098" type="hidden">
                <input name="nr_Nota_1302048_800" id="nr_Nota_1302048_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_890" id="ci_AlunoAvaliacao_1302048_890" value="101389756" type="hidden">
                <input name="nr_Nota_1302048_890" id="nr_Nota_1302048_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_970" id="ci_AlunoAvaliacao_1302048_970" value="101809467" type="hidden">
                <input name="nr_Nota_1302048_970" id="nr_Nota_1302048_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_3330" id="ci_AlunoAvaliacao_1302048_3330" value="101577531" type="hidden">
                <input name="nr_Nota_1302048_3330" id="nr_Nota_1302048_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_1130" id="ci_AlunoAvaliacao_1302048_1130" value="101511789" type="hidden">
                <input name="nr_Nota_1302048_1130" id="nr_Nota_1302048_1130" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_1140" id="ci_AlunoAvaliacao_1302048_1140" value="100812056" type="hidden">
                <input name="nr_Nota_1302048_1140" id="nr_Nota_1302048_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_1200" id="ci_AlunoAvaliacao_1302048_1200" value="101511587" type="hidden">
                <input name="nr_Nota_1302048_1200" id="nr_Nota_1302048_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_1620" id="ci_AlunoAvaliacao_1302048_1620" value="100806334" type="hidden">
                <input name="nr_Nota_1302048_1620" id="nr_Nota_1302048_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_1730" id="ci_AlunoAvaliacao_1302048_1730" value="101631161" type="hidden">
                <input name="nr_Nota_1302048_1730" id="nr_Nota_1302048_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;666172&nbsp;DEBORA BRENA OLIVEIRA LEITAO
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="666172" type="hidden"></td>
            
            <td id="colunaNotaAluno_666172_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_154" id="ci_AlunoAvaliacao_666172_154" value="100812275" type="hidden">
                <input name="nr_Nota_666172_154" id="nr_Nota_666172_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_160" id="ci_AlunoAvaliacao_666172_160" value="101511311" type="hidden">
                <input name="nr_Nota_666172_160" id="nr_Nota_666172_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_530" id="ci_AlunoAvaliacao_666172_530" value="100813323" type="hidden">
                <input name="nr_Nota_666172_530" id="nr_Nota_666172_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_780" id="ci_AlunoAvaliacao_666172_780" value="101809090" type="hidden">
                <input name="nr_Nota_666172_780" id="nr_Nota_666172_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_800" id="ci_AlunoAvaliacao_666172_800" value="101817099" type="hidden">
                <input name="nr_Nota_666172_800" id="nr_Nota_666172_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_890" id="ci_AlunoAvaliacao_666172_890" value="101389757" type="hidden">
                <input name="nr_Nota_666172_890" id="nr_Nota_666172_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_970" id="ci_AlunoAvaliacao_666172_970" value="101809468" type="hidden">
                <input name="nr_Nota_666172_970" id="nr_Nota_666172_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_3330" id="ci_AlunoAvaliacao_666172_3330" value="101577532" type="hidden">
                <input name="nr_Nota_666172_3330" id="nr_Nota_666172_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_1130" id="ci_AlunoAvaliacao_666172_1130" value="101511790" type="hidden">
                <input name="nr_Nota_666172_1130" id="nr_Nota_666172_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_1140" id="ci_AlunoAvaliacao_666172_1140" value="100812057" type="hidden">
                <input name="nr_Nota_666172_1140" id="nr_Nota_666172_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_1200" id="ci_AlunoAvaliacao_666172_1200" value="101511588" type="hidden">
                <input name="nr_Nota_666172_1200" id="nr_Nota_666172_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_1620" id="ci_AlunoAvaliacao_666172_1620" value="100806335" type="hidden">
                <input name="nr_Nota_666172_1620" id="nr_Nota_666172_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_1730" id="ci_AlunoAvaliacao_666172_1730" value="101631162" type="hidden">
                <input name="nr_Nota_666172_1730" id="nr_Nota_666172_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197215&nbsp;FABRICIO MARQUES DE ALMEIDA
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="1197215" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197215_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_154" id="ci_AlunoAvaliacao_1197215_154" value="100812276" type="hidden">
                <input name="nr_Nota_1197215_154" id="nr_Nota_1197215_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_160" id="ci_AlunoAvaliacao_1197215_160" value="101511312" type="hidden">
                <input name="nr_Nota_1197215_160" id="nr_Nota_1197215_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_530" id="ci_AlunoAvaliacao_1197215_530" value="100813324" type="hidden">
                <input name="nr_Nota_1197215_530" id="nr_Nota_1197215_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_780" id="ci_AlunoAvaliacao_1197215_780" value="101809091" type="hidden">
                <input name="nr_Nota_1197215_780" id="nr_Nota_1197215_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_800" id="ci_AlunoAvaliacao_1197215_800" value="101817100" type="hidden">
                <input name="nr_Nota_1197215_800" id="nr_Nota_1197215_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_890" id="ci_AlunoAvaliacao_1197215_890" value="101389758" type="hidden">
                <input name="nr_Nota_1197215_890" id="nr_Nota_1197215_890" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_970" id="ci_AlunoAvaliacao_1197215_970" value="101809469" type="hidden">
                <input name="nr_Nota_1197215_970" id="nr_Nota_1197215_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_3330" id="ci_AlunoAvaliacao_1197215_3330" value="101577533" type="hidden">
                <input name="nr_Nota_1197215_3330" id="nr_Nota_1197215_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_1130" id="ci_AlunoAvaliacao_1197215_1130" value="101511791" type="hidden">
                <input name="nr_Nota_1197215_1130" id="nr_Nota_1197215_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_1140" id="ci_AlunoAvaliacao_1197215_1140" value="100812058" type="hidden">
                <input name="nr_Nota_1197215_1140" id="nr_Nota_1197215_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_1200" id="ci_AlunoAvaliacao_1197215_1200" value="101511589" type="hidden">
                <input name="nr_Nota_1197215_1200" id="nr_Nota_1197215_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_1620" id="ci_AlunoAvaliacao_1197215_1620" value="100806336" type="hidden">
                <input name="nr_Nota_1197215_1620" id="nr_Nota_1197215_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_1730" id="ci_AlunoAvaliacao_1197215_1730" value="101631163" type="hidden">
                <input name="nr_Nota_1197215_1730" id="nr_Nota_1197215_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;201622&nbsp;FABRICIO SANTOS DE SOUSA
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="201622" type="hidden"></td>
            
            <td id="colunaNotaAluno_201622_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_154" id="ci_AlunoAvaliacao_201622_154" value="100812277" type="hidden">
                <input name="nr_Nota_201622_154" id="nr_Nota_201622_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_160" id="ci_AlunoAvaliacao_201622_160" value="101511313" type="hidden">
                <input name="nr_Nota_201622_160" id="nr_Nota_201622_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_530" id="ci_AlunoAvaliacao_201622_530" value="100813325" type="hidden">
                <input name="nr_Nota_201622_530" id="nr_Nota_201622_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_780" id="ci_AlunoAvaliacao_201622_780" value="101809092" type="hidden">
                <input name="nr_Nota_201622_780" id="nr_Nota_201622_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_800" id="ci_AlunoAvaliacao_201622_800" value="101817101" type="hidden">
                <input name="nr_Nota_201622_800" id="nr_Nota_201622_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_890" id="ci_AlunoAvaliacao_201622_890" value="101389759" type="hidden">
                <input name="nr_Nota_201622_890" id="nr_Nota_201622_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_970" id="ci_AlunoAvaliacao_201622_970" value="101809470" type="hidden">
                <input name="nr_Nota_201622_970" id="nr_Nota_201622_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_3330" id="ci_AlunoAvaliacao_201622_3330" value="101577534" type="hidden">
                <input name="nr_Nota_201622_3330" id="nr_Nota_201622_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_1130" id="ci_AlunoAvaliacao_201622_1130" value="101511792" type="hidden">
                <input name="nr_Nota_201622_1130" id="nr_Nota_201622_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_1140" id="ci_AlunoAvaliacao_201622_1140" value="100812059" type="hidden">
                <input name="nr_Nota_201622_1140" id="nr_Nota_201622_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_1200" id="ci_AlunoAvaliacao_201622_1200" value="101511590" type="hidden">
                <input name="nr_Nota_201622_1200" id="nr_Nota_201622_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_1620" id="ci_AlunoAvaliacao_201622_1620" value="100806337" type="hidden">
                <input name="nr_Nota_201622_1620" id="nr_Nota_201622_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_1730" id="ci_AlunoAvaliacao_201622_1730" value="101631164" type="hidden">
                <input name="nr_Nota_201622_1730" id="nr_Nota_201622_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202456&nbsp;GABRIEL DA SILVA AQUINO
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="1202456" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202456_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_154" id="ci_AlunoAvaliacao_1202456_154" value="100812278" type="hidden">
                <input name="nr_Nota_1202456_154" id="nr_Nota_1202456_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_160" id="ci_AlunoAvaliacao_1202456_160" value="101511314" type="hidden">
                <input name="nr_Nota_1202456_160" id="nr_Nota_1202456_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_530" id="ci_AlunoAvaliacao_1202456_530" value="100813326" type="hidden">
                <input name="nr_Nota_1202456_530" id="nr_Nota_1202456_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_780" id="ci_AlunoAvaliacao_1202456_780" value="101809093" type="hidden">
                <input name="nr_Nota_1202456_780" id="nr_Nota_1202456_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_800" id="ci_AlunoAvaliacao_1202456_800" value="101817102" type="hidden">
                <input name="nr_Nota_1202456_800" id="nr_Nota_1202456_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_890" id="ci_AlunoAvaliacao_1202456_890" value="101389760" type="hidden">
                <input name="nr_Nota_1202456_890" id="nr_Nota_1202456_890" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_970" id="ci_AlunoAvaliacao_1202456_970" value="101809471" type="hidden">
                <input name="nr_Nota_1202456_970" id="nr_Nota_1202456_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_3330" id="ci_AlunoAvaliacao_1202456_3330" value="101577535" type="hidden">
                <input name="nr_Nota_1202456_3330" id="nr_Nota_1202456_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_1130" id="ci_AlunoAvaliacao_1202456_1130" value="101511793" type="hidden">
                <input name="nr_Nota_1202456_1130" id="nr_Nota_1202456_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_1140" id="ci_AlunoAvaliacao_1202456_1140" value="100812060" type="hidden">
                <input name="nr_Nota_1202456_1140" id="nr_Nota_1202456_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_1200" id="ci_AlunoAvaliacao_1202456_1200" value="101511591" type="hidden">
                <input name="nr_Nota_1202456_1200" id="nr_Nota_1202456_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_1620" id="ci_AlunoAvaliacao_1202456_1620" value="100806338" type="hidden">
                <input name="nr_Nota_1202456_1620" id="nr_Nota_1202456_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_1730" id="ci_AlunoAvaliacao_1202456_1730" value="101631165" type="hidden">
                <input name="nr_Nota_1202456_1730" id="nr_Nota_1202456_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1297871&nbsp;GEOVANY COSTA ANDRADE SILVA
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="1297871" type="hidden"></td>
            
            <td id="colunaNotaAluno_1297871_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_154" id="ci_AlunoAvaliacao_1297871_154" value="100812279" type="hidden">
                <input name="nr_Nota_1297871_154" id="nr_Nota_1297871_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_160" id="ci_AlunoAvaliacao_1297871_160" value="101511315" type="hidden">
                <input name="nr_Nota_1297871_160" id="nr_Nota_1297871_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_530" id="ci_AlunoAvaliacao_1297871_530" value="100813327" type="hidden">
                <input name="nr_Nota_1297871_530" id="nr_Nota_1297871_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_780" id="ci_AlunoAvaliacao_1297871_780" value="101809094" type="hidden">
                <input name="nr_Nota_1297871_780" id="nr_Nota_1297871_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_800" id="ci_AlunoAvaliacao_1297871_800" value="101817103" type="hidden">
                <input name="nr_Nota_1297871_800" id="nr_Nota_1297871_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_890" id="ci_AlunoAvaliacao_1297871_890" value="101389761" type="hidden">
                <input name="nr_Nota_1297871_890" id="nr_Nota_1297871_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_970" id="ci_AlunoAvaliacao_1297871_970" value="101809472" type="hidden">
                <input name="nr_Nota_1297871_970" id="nr_Nota_1297871_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_3330" id="ci_AlunoAvaliacao_1297871_3330" value="101577536" type="hidden">
                <input name="nr_Nota_1297871_3330" id="nr_Nota_1297871_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_1130" id="ci_AlunoAvaliacao_1297871_1130" value="101511794" type="hidden">
                <input name="nr_Nota_1297871_1130" id="nr_Nota_1297871_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_1140" id="ci_AlunoAvaliacao_1297871_1140" value="100812061" type="hidden">
                <input name="nr_Nota_1297871_1140" id="nr_Nota_1297871_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_1200" id="ci_AlunoAvaliacao_1297871_1200" value="101511592" type="hidden">
                <input name="nr_Nota_1297871_1200" id="nr_Nota_1297871_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_1620" id="ci_AlunoAvaliacao_1297871_1620" value="100806339" type="hidden">
                <input name="nr_Nota_1297871_1620" id="nr_Nota_1297871_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_1730" id="ci_AlunoAvaliacao_1297871_1730" value="101631166" type="hidden">
                <input name="nr_Nota_1297871_1730" id="nr_Nota_1297871_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167668&nbsp;GISLAYNE DE OLIVEIRA DAMASCENO
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="1167668" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167668_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_154" id="ci_AlunoAvaliacao_1167668_154" value="100812281" type="hidden">
                <input name="nr_Nota_1167668_154" id="nr_Nota_1167668_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_160" id="ci_AlunoAvaliacao_1167668_160" value="101511316" type="hidden">
                <input name="nr_Nota_1167668_160" id="nr_Nota_1167668_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_530" id="ci_AlunoAvaliacao_1167668_530" value="100813328" type="hidden">
                <input name="nr_Nota_1167668_530" id="nr_Nota_1167668_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_780" id="ci_AlunoAvaliacao_1167668_780" value="101809095" type="hidden">
                <input name="nr_Nota_1167668_780" id="nr_Nota_1167668_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_800" id="ci_AlunoAvaliacao_1167668_800" value="101817104" type="hidden">
                <input name="nr_Nota_1167668_800" id="nr_Nota_1167668_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_890" id="ci_AlunoAvaliacao_1167668_890" value="101389762" type="hidden">
                <input name="nr_Nota_1167668_890" id="nr_Nota_1167668_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_970" id="ci_AlunoAvaliacao_1167668_970" value="101809473" type="hidden">
                <input name="nr_Nota_1167668_970" id="nr_Nota_1167668_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_3330" id="ci_AlunoAvaliacao_1167668_3330" value="101577537" type="hidden">
                <input name="nr_Nota_1167668_3330" id="nr_Nota_1167668_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_1130" id="ci_AlunoAvaliacao_1167668_1130" value="101511795" type="hidden">
                <input name="nr_Nota_1167668_1130" id="nr_Nota_1167668_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_1140" id="ci_AlunoAvaliacao_1167668_1140" value="100812062" type="hidden">
                <input name="nr_Nota_1167668_1140" id="nr_Nota_1167668_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_1200" id="ci_AlunoAvaliacao_1167668_1200" value="101511593" type="hidden">
                <input name="nr_Nota_1167668_1200" id="nr_Nota_1167668_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_1620" id="ci_AlunoAvaliacao_1167668_1620" value="100806340" type="hidden">
                <input name="nr_Nota_1167668_1620" id="nr_Nota_1167668_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_1730" id="ci_AlunoAvaliacao_1167668_1730" value="101631167" type="hidden">
                <input name="nr_Nota_1167668_1730" id="nr_Nota_1167668_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;324486&nbsp;GIRLEIVE CARVALHO DOS SANTOS
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="324486" type="hidden"></td>
            
            <td id="colunaNotaAluno_324486_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_154" id="ci_AlunoAvaliacao_324486_154" value="101820769" type="hidden">
                <input name="nr_Nota_324486_154" id="nr_Nota_324486_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_160" id="ci_AlunoAvaliacao_324486_160" value="101820770" type="hidden">
                <input name="nr_Nota_324486_160" id="nr_Nota_324486_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_530" id="ci_AlunoAvaliacao_324486_530" value="101820771" type="hidden">
                <input name="nr_Nota_324486_530" id="nr_Nota_324486_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_780" id="ci_AlunoAvaliacao_324486_780" value="101809096" type="hidden">
                <input name="nr_Nota_324486_780" id="nr_Nota_324486_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_800" id="ci_AlunoAvaliacao_324486_800" value="101817105" type="hidden">
                <input name="nr_Nota_324486_800" id="nr_Nota_324486_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_890" id="ci_AlunoAvaliacao_324486_890" value="101820772" type="hidden">
                <input name="nr_Nota_324486_890" id="nr_Nota_324486_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_970" id="ci_AlunoAvaliacao_324486_970" value="101809474" type="hidden">
                <input name="nr_Nota_324486_970" id="nr_Nota_324486_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_3330" id="ci_AlunoAvaliacao_324486_3330" value="101820773" type="hidden">
                <input name="nr_Nota_324486_3330" id="nr_Nota_324486_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_1130" id="ci_AlunoAvaliacao_324486_1130" value="101820774" type="hidden">
                <input name="nr_Nota_324486_1130" id="nr_Nota_324486_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_1140" id="ci_AlunoAvaliacao_324486_1140" value="101820775" type="hidden">
                <input name="nr_Nota_324486_1140" id="nr_Nota_324486_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_1200" id="ci_AlunoAvaliacao_324486_1200" value="101820776" type="hidden">
                <input name="nr_Nota_324486_1200" id="nr_Nota_324486_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_1620" id="ci_AlunoAvaliacao_324486_1620" value="101820777" type="hidden">
                <input name="nr_Nota_324486_1620" id="nr_Nota_324486_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_1730" id="ci_AlunoAvaliacao_324486_1730" value="101631168" type="hidden">
                <input name="nr_Nota_324486_1730" id="nr_Nota_324486_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;894089&nbsp;JHONATA PEREIRA BARROS
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="894089" type="hidden"></td>
            
            <td id="colunaNotaAluno_894089_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_154" id="ci_AlunoAvaliacao_894089_154" value="100812282" type="hidden">
                <input name="nr_Nota_894089_154" id="nr_Nota_894089_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_160" id="ci_AlunoAvaliacao_894089_160" value="101511317" type="hidden">
                <input name="nr_Nota_894089_160" id="nr_Nota_894089_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_530" id="ci_AlunoAvaliacao_894089_530" value="100813329" type="hidden">
                <input name="nr_Nota_894089_530" id="nr_Nota_894089_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_780" id="ci_AlunoAvaliacao_894089_780" value="101809097" type="hidden">
                <input name="nr_Nota_894089_780" id="nr_Nota_894089_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_800" id="ci_AlunoAvaliacao_894089_800" value="101817106" type="hidden">
                <input name="nr_Nota_894089_800" id="nr_Nota_894089_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_890" id="ci_AlunoAvaliacao_894089_890" value="101389763" type="hidden">
                <input name="nr_Nota_894089_890" id="nr_Nota_894089_890" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_970" id="ci_AlunoAvaliacao_894089_970" value="101809475" type="hidden">
                <input name="nr_Nota_894089_970" id="nr_Nota_894089_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_3330" id="ci_AlunoAvaliacao_894089_3330" value="101577538" type="hidden">
                <input name="nr_Nota_894089_3330" id="nr_Nota_894089_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_1130" id="ci_AlunoAvaliacao_894089_1130" value="101511796" type="hidden">
                <input name="nr_Nota_894089_1130" id="nr_Nota_894089_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_1140" id="ci_AlunoAvaliacao_894089_1140" value="100812063" type="hidden">
                <input name="nr_Nota_894089_1140" id="nr_Nota_894089_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_1200" id="ci_AlunoAvaliacao_894089_1200" value="101511594" type="hidden">
                <input name="nr_Nota_894089_1200" id="nr_Nota_894089_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_1620" id="ci_AlunoAvaliacao_894089_1620" value="100806341" type="hidden">
                <input name="nr_Nota_894089_1620" id="nr_Nota_894089_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_1730" id="ci_AlunoAvaliacao_894089_1730" value="101631169" type="hidden">
                <input name="nr_Nota_894089_1730" id="nr_Nota_894089_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1298438&nbsp;JAILA BASTOS CARVALHO
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="1298438" type="hidden"></td>
            
            <td id="colunaNotaAluno_1298438_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_154" id="ci_AlunoAvaliacao_1298438_154" value="97192266" type="hidden">
                <input name="nr_Nota_1298438_154" id="nr_Nota_1298438_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_160" id="ci_AlunoAvaliacao_1298438_160" value="97192267" type="hidden">
                <input name="nr_Nota_1298438_160" id="nr_Nota_1298438_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_530" id="ci_AlunoAvaliacao_1298438_530" value="97192268" type="hidden">
                <input name="nr_Nota_1298438_530" id="nr_Nota_1298438_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_780" id="ci_AlunoAvaliacao_1298438_780" value="97192269" type="hidden">
                <input name="nr_Nota_1298438_780" id="nr_Nota_1298438_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_800" id="ci_AlunoAvaliacao_1298438_800" value="97192270" type="hidden">
                <input name="nr_Nota_1298438_800" id="nr_Nota_1298438_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_890" id="ci_AlunoAvaliacao_1298438_890" value="97192271" type="hidden">
                <input name="nr_Nota_1298438_890" id="nr_Nota_1298438_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_970" id="ci_AlunoAvaliacao_1298438_970" value="97192272" type="hidden">
                <input name="nr_Nota_1298438_970" id="nr_Nota_1298438_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_3330" id="ci_AlunoAvaliacao_1298438_3330" value="97192273" type="hidden">
                <input name="nr_Nota_1298438_3330" id="nr_Nota_1298438_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_1130" id="ci_AlunoAvaliacao_1298438_1130" value="97192274" type="hidden">
                <input name="nr_Nota_1298438_1130" id="nr_Nota_1298438_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_1140" id="ci_AlunoAvaliacao_1298438_1140" value="97192275" type="hidden">
                <input name="nr_Nota_1298438_1140" id="nr_Nota_1298438_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_1200" id="ci_AlunoAvaliacao_1298438_1200" value="97192277" type="hidden">
                <input name="nr_Nota_1298438_1200" id="nr_Nota_1298438_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_1620" id="ci_AlunoAvaliacao_1298438_1620" value="97192278" type="hidden">
                <input name="nr_Nota_1298438_1620" id="nr_Nota_1298438_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_1730" id="ci_AlunoAvaliacao_1298438_1730" value="97192279" type="hidden">
                <input name="nr_Nota_1298438_1730" id="nr_Nota_1298438_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;902818&nbsp;JOSE MATHEUS LIMA CAPISTRANO
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="902818" type="hidden"></td>
            
            <td id="colunaNotaAluno_902818_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_154" id="ci_AlunoAvaliacao_902818_154" value="100812283" type="hidden">
                <input name="nr_Nota_902818_154" id="nr_Nota_902818_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_160" id="ci_AlunoAvaliacao_902818_160" value="101511318" type="hidden">
                <input name="nr_Nota_902818_160" id="nr_Nota_902818_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_530" id="ci_AlunoAvaliacao_902818_530" value="100813330" type="hidden">
                <input name="nr_Nota_902818_530" id="nr_Nota_902818_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_780" id="ci_AlunoAvaliacao_902818_780" value="101809098" type="hidden">
                <input name="nr_Nota_902818_780" id="nr_Nota_902818_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_800" id="ci_AlunoAvaliacao_902818_800" value="101817107" type="hidden">
                <input name="nr_Nota_902818_800" id="nr_Nota_902818_800" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_890" id="ci_AlunoAvaliacao_902818_890" value="101389764" type="hidden">
                <input name="nr_Nota_902818_890" id="nr_Nota_902818_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_970" id="ci_AlunoAvaliacao_902818_970" value="101809476" type="hidden">
                <input name="nr_Nota_902818_970" id="nr_Nota_902818_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_3330" id="ci_AlunoAvaliacao_902818_3330" value="101577539" type="hidden">
                <input name="nr_Nota_902818_3330" id="nr_Nota_902818_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_1130" id="ci_AlunoAvaliacao_902818_1130" value="101511797" type="hidden">
                <input name="nr_Nota_902818_1130" id="nr_Nota_902818_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_1140" id="ci_AlunoAvaliacao_902818_1140" value="100812064" type="hidden">
                <input name="nr_Nota_902818_1140" id="nr_Nota_902818_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_1200" id="ci_AlunoAvaliacao_902818_1200" value="101511595" type="hidden">
                <input name="nr_Nota_902818_1200" id="nr_Nota_902818_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_1620" id="ci_AlunoAvaliacao_902818_1620" value="100806342" type="hidden">
                <input name="nr_Nota_902818_1620" id="nr_Nota_902818_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_1730" id="ci_AlunoAvaliacao_902818_1730" value="101631170" type="hidden">
                <input name="nr_Nota_902818_1730" id="nr_Nota_902818_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;902446&nbsp;KARINA CATUNDA VIANA
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="902446" type="hidden"></td>
            
            <td id="colunaNotaAluno_902446_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_154" id="ci_AlunoAvaliacao_902446_154" value="74198125" type="hidden">
                <input name="nr_Nota_902446_154" id="nr_Nota_902446_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_160" id="ci_AlunoAvaliacao_902446_160" value="74198126" type="hidden">
                <input name="nr_Nota_902446_160" id="nr_Nota_902446_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_530" id="ci_AlunoAvaliacao_902446_530" value="74198127" type="hidden">
                <input name="nr_Nota_902446_530" id="nr_Nota_902446_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_780" id="ci_AlunoAvaliacao_902446_780" value="74198128" type="hidden">
                <input name="nr_Nota_902446_780" id="nr_Nota_902446_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_800" id="ci_AlunoAvaliacao_902446_800" value="74198129" type="hidden">
                <input name="nr_Nota_902446_800" id="nr_Nota_902446_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_890" id="ci_AlunoAvaliacao_902446_890" value="74198130" type="hidden">
                <input name="nr_Nota_902446_890" id="nr_Nota_902446_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_970" id="ci_AlunoAvaliacao_902446_970" value="74198131" type="hidden">
                <input name="nr_Nota_902446_970" id="nr_Nota_902446_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_3330" id="ci_AlunoAvaliacao_902446_3330" value="74198132" type="hidden">
                <input name="nr_Nota_902446_3330" id="nr_Nota_902446_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_1130" id="ci_AlunoAvaliacao_902446_1130" value="74198133" type="hidden">
                <input name="nr_Nota_902446_1130" id="nr_Nota_902446_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_1140" id="ci_AlunoAvaliacao_902446_1140" value="74198134" type="hidden">
                <input name="nr_Nota_902446_1140" id="nr_Nota_902446_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_1200" id="ci_AlunoAvaliacao_902446_1200" value="74198135" type="hidden">
                <input name="nr_Nota_902446_1200" id="nr_Nota_902446_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_1620" id="ci_AlunoAvaliacao_902446_1620" value="74198136" type="hidden">
                <input name="nr_Nota_902446_1620" id="nr_Nota_902446_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_1730" id="ci_AlunoAvaliacao_902446_1730" value="74198137" type="hidden">
                <input name="nr_Nota_902446_1730" id="nr_Nota_902446_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;903319&nbsp;KAROLINY BEZERRA ALBUQUERQUE
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="903319" type="hidden"></td>
            
            <td id="colunaNotaAluno_903319_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_154" id="ci_AlunoAvaliacao_903319_154" value="100812285" type="hidden">
                <input name="nr_Nota_903319_154" id="nr_Nota_903319_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_160" id="ci_AlunoAvaliacao_903319_160" value="101511320" type="hidden">
                <input name="nr_Nota_903319_160" id="nr_Nota_903319_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_530" id="ci_AlunoAvaliacao_903319_530" value="100813332" type="hidden">
                <input name="nr_Nota_903319_530" id="nr_Nota_903319_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_780" id="ci_AlunoAvaliacao_903319_780" value="101809100" type="hidden">
                <input name="nr_Nota_903319_780" id="nr_Nota_903319_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_800" id="ci_AlunoAvaliacao_903319_800" value="101817109" type="hidden">
                <input name="nr_Nota_903319_800" id="nr_Nota_903319_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_890" id="ci_AlunoAvaliacao_903319_890" value="101389766" type="hidden">
                <input name="nr_Nota_903319_890" id="nr_Nota_903319_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_970" id="ci_AlunoAvaliacao_903319_970" value="101809478" type="hidden">
                <input name="nr_Nota_903319_970" id="nr_Nota_903319_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_3330" id="ci_AlunoAvaliacao_903319_3330" value="101577541" type="hidden">
                <input name="nr_Nota_903319_3330" id="nr_Nota_903319_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_1130" id="ci_AlunoAvaliacao_903319_1130" value="101511799" type="hidden">
                <input name="nr_Nota_903319_1130" id="nr_Nota_903319_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_1140" id="ci_AlunoAvaliacao_903319_1140" value="100812066" type="hidden">
                <input name="nr_Nota_903319_1140" id="nr_Nota_903319_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_1200" id="ci_AlunoAvaliacao_903319_1200" value="101511597" type="hidden">
                <input name="nr_Nota_903319_1200" id="nr_Nota_903319_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_1620" id="ci_AlunoAvaliacao_903319_1620" value="100806344" type="hidden">
                <input name="nr_Nota_903319_1620" id="nr_Nota_903319_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_1730" id="ci_AlunoAvaliacao_903319_1730" value="101631172" type="hidden">
                <input name="nr_Nota_903319_1730" id="nr_Nota_903319_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1228705&nbsp;LAURISSON ALBERTHY DA SILVA BEZERRA
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="1228705" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228705_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_154" id="ci_AlunoAvaliacao_1228705_154" value="100812286" type="hidden">
                <input name="nr_Nota_1228705_154" id="nr_Nota_1228705_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_160" id="ci_AlunoAvaliacao_1228705_160" value="101511321" type="hidden">
                <input name="nr_Nota_1228705_160" id="nr_Nota_1228705_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_530" id="ci_AlunoAvaliacao_1228705_530" value="100813333" type="hidden">
                <input name="nr_Nota_1228705_530" id="nr_Nota_1228705_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_780" id="ci_AlunoAvaliacao_1228705_780" value="101809101" type="hidden">
                <input name="nr_Nota_1228705_780" id="nr_Nota_1228705_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_800" id="ci_AlunoAvaliacao_1228705_800" value="101817110" type="hidden">
                <input name="nr_Nota_1228705_800" id="nr_Nota_1228705_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_890" id="ci_AlunoAvaliacao_1228705_890" value="101389767" type="hidden">
                <input name="nr_Nota_1228705_890" id="nr_Nota_1228705_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_970" id="ci_AlunoAvaliacao_1228705_970" value="101809479" type="hidden">
                <input name="nr_Nota_1228705_970" id="nr_Nota_1228705_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_3330" id="ci_AlunoAvaliacao_1228705_3330" value="101577542" type="hidden">
                <input name="nr_Nota_1228705_3330" id="nr_Nota_1228705_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_1130" id="ci_AlunoAvaliacao_1228705_1130" value="101511800" type="hidden">
                <input name="nr_Nota_1228705_1130" id="nr_Nota_1228705_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_1140" id="ci_AlunoAvaliacao_1228705_1140" value="100812067" type="hidden">
                <input name="nr_Nota_1228705_1140" id="nr_Nota_1228705_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_1200" id="ci_AlunoAvaliacao_1228705_1200" value="101511598" type="hidden">
                <input name="nr_Nota_1228705_1200" id="nr_Nota_1228705_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_1620" id="ci_AlunoAvaliacao_1228705_1620" value="100806345" type="hidden">
                <input name="nr_Nota_1228705_1620" id="nr_Nota_1228705_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_1730" id="ci_AlunoAvaliacao_1228705_1730" value="101631173" type="hidden">
                <input name="nr_Nota_1228705_1730" id="nr_Nota_1228705_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;922482&nbsp;LUCAS SILVA CASTRO
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="922482" type="hidden"></td>
            
            <td id="colunaNotaAluno_922482_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_154" id="ci_AlunoAvaliacao_922482_154" value="100812287" type="hidden">
                <input name="nr_Nota_922482_154" id="nr_Nota_922482_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_160" id="ci_AlunoAvaliacao_922482_160" value="101511322" type="hidden">
                <input name="nr_Nota_922482_160" id="nr_Nota_922482_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_530" id="ci_AlunoAvaliacao_922482_530" value="100813334" type="hidden">
                <input name="nr_Nota_922482_530" id="nr_Nota_922482_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_780" id="ci_AlunoAvaliacao_922482_780" value="101809102" type="hidden">
                <input name="nr_Nota_922482_780" id="nr_Nota_922482_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_800" id="ci_AlunoAvaliacao_922482_800" value="101817111" type="hidden">
                <input name="nr_Nota_922482_800" id="nr_Nota_922482_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_890" id="ci_AlunoAvaliacao_922482_890" value="101389768" type="hidden">
                <input name="nr_Nota_922482_890" id="nr_Nota_922482_890" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_970" id="ci_AlunoAvaliacao_922482_970" value="101809480" type="hidden">
                <input name="nr_Nota_922482_970" id="nr_Nota_922482_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_3330" id="ci_AlunoAvaliacao_922482_3330" value="101577543" type="hidden">
                <input name="nr_Nota_922482_3330" id="nr_Nota_922482_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_1130" id="ci_AlunoAvaliacao_922482_1130" value="101511801" type="hidden">
                <input name="nr_Nota_922482_1130" id="nr_Nota_922482_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_1140" id="ci_AlunoAvaliacao_922482_1140" value="100812068" type="hidden">
                <input name="nr_Nota_922482_1140" id="nr_Nota_922482_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_1200" id="ci_AlunoAvaliacao_922482_1200" value="101511599" type="hidden">
                <input name="nr_Nota_922482_1200" id="nr_Nota_922482_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_1620" id="ci_AlunoAvaliacao_922482_1620" value="100806346" type="hidden">
                <input name="nr_Nota_922482_1620" id="nr_Nota_922482_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_1730" id="ci_AlunoAvaliacao_922482_1730" value="101631174" type="hidden">
                <input name="nr_Nota_922482_1730" id="nr_Nota_922482_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1461058&nbsp;LUIS DIEGO TEODORO MENDES
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="1461058" type="hidden"></td>
            
            <td id="colunaNotaAluno_1461058_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_154" id="ci_AlunoAvaliacao_1461058_154" value="100812288" type="hidden">
                <input name="nr_Nota_1461058_154" id="nr_Nota_1461058_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_160" id="ci_AlunoAvaliacao_1461058_160" value="101511323" type="hidden">
                <input name="nr_Nota_1461058_160" id="nr_Nota_1461058_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_530" id="ci_AlunoAvaliacao_1461058_530" value="100813335" type="hidden">
                <input name="nr_Nota_1461058_530" id="nr_Nota_1461058_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_780" id="ci_AlunoAvaliacao_1461058_780" value="101809103" type="hidden">
                <input name="nr_Nota_1461058_780" id="nr_Nota_1461058_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_800" id="ci_AlunoAvaliacao_1461058_800" value="101817112" type="hidden">
                <input name="nr_Nota_1461058_800" id="nr_Nota_1461058_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_890" id="ci_AlunoAvaliacao_1461058_890" value="101389769" type="hidden">
                <input name="nr_Nota_1461058_890" id="nr_Nota_1461058_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_970" id="ci_AlunoAvaliacao_1461058_970" value="101809481" type="hidden">
                <input name="nr_Nota_1461058_970" id="nr_Nota_1461058_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_3330" id="ci_AlunoAvaliacao_1461058_3330" value="101577544" type="hidden">
                <input name="nr_Nota_1461058_3330" id="nr_Nota_1461058_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_1130" id="ci_AlunoAvaliacao_1461058_1130" value="101511802" type="hidden">
                <input name="nr_Nota_1461058_1130" id="nr_Nota_1461058_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_1140" id="ci_AlunoAvaliacao_1461058_1140" value="100812069" type="hidden">
                <input name="nr_Nota_1461058_1140" id="nr_Nota_1461058_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_1200" id="ci_AlunoAvaliacao_1461058_1200" value="101511600" type="hidden">
                <input name="nr_Nota_1461058_1200" id="nr_Nota_1461058_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_1620" id="ci_AlunoAvaliacao_1461058_1620" value="100806347" type="hidden">
                <input name="nr_Nota_1461058_1620" id="nr_Nota_1461058_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_1730" id="ci_AlunoAvaliacao_1461058_1730" value="101631175" type="hidden">
                <input name="nr_Nota_1461058_1730" id="nr_Nota_1461058_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;580963&nbsp;LUIZ CARLOS BEZERRA DE OLIVEIRA JUNIOR
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="580963" type="hidden"></td>
            
            <td id="colunaNotaAluno_580963_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_154" id="ci_AlunoAvaliacao_580963_154" value="100812289" type="hidden">
                <input name="nr_Nota_580963_154" id="nr_Nota_580963_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_160" id="ci_AlunoAvaliacao_580963_160" value="101511324" type="hidden">
                <input name="nr_Nota_580963_160" id="nr_Nota_580963_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_530" id="ci_AlunoAvaliacao_580963_530" value="100813336" type="hidden">
                <input name="nr_Nota_580963_530" id="nr_Nota_580963_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_780" id="ci_AlunoAvaliacao_580963_780" value="101809104" type="hidden">
                <input name="nr_Nota_580963_780" id="nr_Nota_580963_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_800" id="ci_AlunoAvaliacao_580963_800" value="101817113" type="hidden">
                <input name="nr_Nota_580963_800" id="nr_Nota_580963_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_890" id="ci_AlunoAvaliacao_580963_890" value="101389770" type="hidden">
                <input name="nr_Nota_580963_890" id="nr_Nota_580963_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_970" id="ci_AlunoAvaliacao_580963_970" value="101809482" type="hidden">
                <input name="nr_Nota_580963_970" id="nr_Nota_580963_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_3330" id="ci_AlunoAvaliacao_580963_3330" value="101577545" type="hidden">
                <input name="nr_Nota_580963_3330" id="nr_Nota_580963_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_1130" id="ci_AlunoAvaliacao_580963_1130" value="101511803" type="hidden">
                <input name="nr_Nota_580963_1130" id="nr_Nota_580963_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_1140" id="ci_AlunoAvaliacao_580963_1140" value="100812070" type="hidden">
                <input name="nr_Nota_580963_1140" id="nr_Nota_580963_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_1200" id="ci_AlunoAvaliacao_580963_1200" value="101511601" type="hidden">
                <input name="nr_Nota_580963_1200" id="nr_Nota_580963_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_1620" id="ci_AlunoAvaliacao_580963_1620" value="100806348" type="hidden">
                <input name="nr_Nota_580963_1620" id="nr_Nota_580963_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_1730" id="ci_AlunoAvaliacao_580963_1730" value="101631176" type="hidden">
                <input name="nr_Nota_580963_1730" id="nr_Nota_580963_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1196150&nbsp;MARCUS VINICIUS QUEIROZ CARVALHO
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="1196150" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196150_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_154" id="ci_AlunoAvaliacao_1196150_154" value="100812290" type="hidden">
                <input name="nr_Nota_1196150_154" id="nr_Nota_1196150_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_160" id="ci_AlunoAvaliacao_1196150_160" value="101511325" type="hidden">
                <input name="nr_Nota_1196150_160" id="nr_Nota_1196150_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_530" id="ci_AlunoAvaliacao_1196150_530" value="100813337" type="hidden">
                <input name="nr_Nota_1196150_530" id="nr_Nota_1196150_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_780" id="ci_AlunoAvaliacao_1196150_780" value="101809105" type="hidden">
                <input name="nr_Nota_1196150_780" id="nr_Nota_1196150_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_800" id="ci_AlunoAvaliacao_1196150_800" value="101817114" type="hidden">
                <input name="nr_Nota_1196150_800" id="nr_Nota_1196150_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_890" id="ci_AlunoAvaliacao_1196150_890" value="101389772" type="hidden">
                <input name="nr_Nota_1196150_890" id="nr_Nota_1196150_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_970" id="ci_AlunoAvaliacao_1196150_970" value="101809483" type="hidden">
                <input name="nr_Nota_1196150_970" id="nr_Nota_1196150_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_3330" id="ci_AlunoAvaliacao_1196150_3330" value="101577546" type="hidden">
                <input name="nr_Nota_1196150_3330" id="nr_Nota_1196150_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_1130" id="ci_AlunoAvaliacao_1196150_1130" value="101511804" type="hidden">
                <input name="nr_Nota_1196150_1130" id="nr_Nota_1196150_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_1140" id="ci_AlunoAvaliacao_1196150_1140" value="100812071" type="hidden">
                <input name="nr_Nota_1196150_1140" id="nr_Nota_1196150_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_1200" id="ci_AlunoAvaliacao_1196150_1200" value="101511602" type="hidden">
                <input name="nr_Nota_1196150_1200" id="nr_Nota_1196150_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_1620" id="ci_AlunoAvaliacao_1196150_1620" value="100806349" type="hidden">
                <input name="nr_Nota_1196150_1620" id="nr_Nota_1196150_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_1730" id="ci_AlunoAvaliacao_1196150_1730" value="101631177" type="hidden">
                <input name="nr_Nota_1196150_1730" id="nr_Nota_1196150_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1462855&nbsp;MARIANA MENDONCA COELHO
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1462855" type="hidden"></td>
            
            <td id="colunaNotaAluno_1462855_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_154" id="ci_AlunoAvaliacao_1462855_154" value="100812291" type="hidden">
                <input name="nr_Nota_1462855_154" id="nr_Nota_1462855_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_160" id="ci_AlunoAvaliacao_1462855_160" value="101511326" type="hidden">
                <input name="nr_Nota_1462855_160" id="nr_Nota_1462855_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_530" id="ci_AlunoAvaliacao_1462855_530" value="100813338" type="hidden">
                <input name="nr_Nota_1462855_530" id="nr_Nota_1462855_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_780" id="ci_AlunoAvaliacao_1462855_780" value="101809106" type="hidden">
                <input name="nr_Nota_1462855_780" id="nr_Nota_1462855_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_800" id="ci_AlunoAvaliacao_1462855_800" value="101817115" type="hidden">
                <input name="nr_Nota_1462855_800" id="nr_Nota_1462855_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_890" id="ci_AlunoAvaliacao_1462855_890" value="101389773" type="hidden">
                <input name="nr_Nota_1462855_890" id="nr_Nota_1462855_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_970" id="ci_AlunoAvaliacao_1462855_970" value="101809484" type="hidden">
                <input name="nr_Nota_1462855_970" id="nr_Nota_1462855_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_3330" id="ci_AlunoAvaliacao_1462855_3330" value="101577547" type="hidden">
                <input name="nr_Nota_1462855_3330" id="nr_Nota_1462855_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_1130" id="ci_AlunoAvaliacao_1462855_1130" value="101511805" type="hidden">
                <input name="nr_Nota_1462855_1130" id="nr_Nota_1462855_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_1140" id="ci_AlunoAvaliacao_1462855_1140" value="100812072" type="hidden">
                <input name="nr_Nota_1462855_1140" id="nr_Nota_1462855_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_1200" id="ci_AlunoAvaliacao_1462855_1200" value="101511603" type="hidden">
                <input name="nr_Nota_1462855_1200" id="nr_Nota_1462855_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_1620" id="ci_AlunoAvaliacao_1462855_1620" value="100806350" type="hidden">
                <input name="nr_Nota_1462855_1620" id="nr_Nota_1462855_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_1730" id="ci_AlunoAvaliacao_1462855_1730" value="101631178" type="hidden">
                <input name="nr_Nota_1462855_1730" id="nr_Nota_1462855_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1191365&nbsp;MARIO MARCOS DE OLIVEIRA FILHO
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="1191365" type="hidden"></td>
            
            <td id="colunaNotaAluno_1191365_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_154" id="ci_AlunoAvaliacao_1191365_154" value="100812293" type="hidden">
                <input name="nr_Nota_1191365_154" id="nr_Nota_1191365_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_160" id="ci_AlunoAvaliacao_1191365_160" value="101511328" type="hidden">
                <input name="nr_Nota_1191365_160" id="nr_Nota_1191365_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_530" id="ci_AlunoAvaliacao_1191365_530" value="100813340" type="hidden">
                <input name="nr_Nota_1191365_530" id="nr_Nota_1191365_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_780" id="ci_AlunoAvaliacao_1191365_780" value="101809108" type="hidden">
                <input name="nr_Nota_1191365_780" id="nr_Nota_1191365_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_800" id="ci_AlunoAvaliacao_1191365_800" value="101817117" type="hidden">
                <input name="nr_Nota_1191365_800" id="nr_Nota_1191365_800" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_890" id="ci_AlunoAvaliacao_1191365_890" value="101389775" type="hidden">
                <input name="nr_Nota_1191365_890" id="nr_Nota_1191365_890" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_970" id="ci_AlunoAvaliacao_1191365_970" value="101809486" type="hidden">
                <input name="nr_Nota_1191365_970" id="nr_Nota_1191365_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_3330" id="ci_AlunoAvaliacao_1191365_3330" value="101577549" type="hidden">
                <input name="nr_Nota_1191365_3330" id="nr_Nota_1191365_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_1130" id="ci_AlunoAvaliacao_1191365_1130" value="101511807" type="hidden">
                <input name="nr_Nota_1191365_1130" id="nr_Nota_1191365_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_1140" id="ci_AlunoAvaliacao_1191365_1140" value="100812074" type="hidden">
                <input name="nr_Nota_1191365_1140" id="nr_Nota_1191365_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_1200" id="ci_AlunoAvaliacao_1191365_1200" value="101511605" type="hidden">
                <input name="nr_Nota_1191365_1200" id="nr_Nota_1191365_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_1620" id="ci_AlunoAvaliacao_1191365_1620" value="100806352" type="hidden">
                <input name="nr_Nota_1191365_1620" id="nr_Nota_1191365_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_1730" id="ci_AlunoAvaliacao_1191365_1730" value="101631180" type="hidden">
                <input name="nr_Nota_1191365_1730" id="nr_Nota_1191365_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;872624&nbsp;PATRICIA COSTA AGUIAR
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="872624" type="hidden"></td>
            
            <td id="colunaNotaAluno_872624_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_154" id="ci_AlunoAvaliacao_872624_154" value="100812294" type="hidden">
                <input name="nr_Nota_872624_154" id="nr_Nota_872624_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_160" id="ci_AlunoAvaliacao_872624_160" value="101511329" type="hidden">
                <input name="nr_Nota_872624_160" id="nr_Nota_872624_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_530" id="ci_AlunoAvaliacao_872624_530" value="100813341" type="hidden">
                <input name="nr_Nota_872624_530" id="nr_Nota_872624_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_780" id="ci_AlunoAvaliacao_872624_780" value="101809109" type="hidden">
                <input name="nr_Nota_872624_780" id="nr_Nota_872624_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_800" id="ci_AlunoAvaliacao_872624_800" value="101817118" type="hidden">
                <input name="nr_Nota_872624_800" id="nr_Nota_872624_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_890" id="ci_AlunoAvaliacao_872624_890" value="101389776" type="hidden">
                <input name="nr_Nota_872624_890" id="nr_Nota_872624_890" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_970" id="ci_AlunoAvaliacao_872624_970" value="101809487" type="hidden">
                <input name="nr_Nota_872624_970" id="nr_Nota_872624_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_3330" id="ci_AlunoAvaliacao_872624_3330" value="101577550" type="hidden">
                <input name="nr_Nota_872624_3330" id="nr_Nota_872624_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_1130" id="ci_AlunoAvaliacao_872624_1130" value="101511808" type="hidden">
                <input name="nr_Nota_872624_1130" id="nr_Nota_872624_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_1140" id="ci_AlunoAvaliacao_872624_1140" value="100812075" type="hidden">
                <input name="nr_Nota_872624_1140" id="nr_Nota_872624_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_1200" id="ci_AlunoAvaliacao_872624_1200" value="101511606" type="hidden">
                <input name="nr_Nota_872624_1200" id="nr_Nota_872624_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_1620" id="ci_AlunoAvaliacao_872624_1620" value="100806353" type="hidden">
                <input name="nr_Nota_872624_1620" id="nr_Nota_872624_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_1730" id="ci_AlunoAvaliacao_872624_1730" value="101631181" type="hidden">
                <input name="nr_Nota_872624_1730" id="nr_Nota_872624_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;238691&nbsp;PATRICIA FRUTUOSO DE ALMEIDA
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="238691" type="hidden"></td>
            
            <td id="colunaNotaAluno_238691_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_154" id="ci_AlunoAvaliacao_238691_154" value="100812295" type="hidden">
                <input name="nr_Nota_238691_154" id="nr_Nota_238691_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_160" id="ci_AlunoAvaliacao_238691_160" value="101511330" type="hidden">
                <input name="nr_Nota_238691_160" id="nr_Nota_238691_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_530" id="ci_AlunoAvaliacao_238691_530" value="100813342" type="hidden">
                <input name="nr_Nota_238691_530" id="nr_Nota_238691_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_780" id="ci_AlunoAvaliacao_238691_780" value="101809110" type="hidden">
                <input name="nr_Nota_238691_780" id="nr_Nota_238691_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_800" id="ci_AlunoAvaliacao_238691_800" value="101817119" type="hidden">
                <input name="nr_Nota_238691_800" id="nr_Nota_238691_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_890" id="ci_AlunoAvaliacao_238691_890" value="101389777" type="hidden">
                <input name="nr_Nota_238691_890" id="nr_Nota_238691_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_970" id="ci_AlunoAvaliacao_238691_970" value="101809488" type="hidden">
                <input name="nr_Nota_238691_970" id="nr_Nota_238691_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_3330" id="ci_AlunoAvaliacao_238691_3330" value="101577551" type="hidden">
                <input name="nr_Nota_238691_3330" id="nr_Nota_238691_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_1130" id="ci_AlunoAvaliacao_238691_1130" value="101511809" type="hidden">
                <input name="nr_Nota_238691_1130" id="nr_Nota_238691_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_1140" id="ci_AlunoAvaliacao_238691_1140" value="100812076" type="hidden">
                <input name="nr_Nota_238691_1140" id="nr_Nota_238691_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_1200" id="ci_AlunoAvaliacao_238691_1200" value="101511607" type="hidden">
                <input name="nr_Nota_238691_1200" id="nr_Nota_238691_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_1620" id="ci_AlunoAvaliacao_238691_1620" value="100806354" type="hidden">
                <input name="nr_Nota_238691_1620" id="nr_Nota_238691_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_1730" id="ci_AlunoAvaliacao_238691_1730" value="101631182" type="hidden">
                <input name="nr_Nota_238691_1730" id="nr_Nota_238691_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2401440&nbsp;PAULO CESAR HOLANDA FILHO
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="2401440" type="hidden"></td>
            
            <td id="colunaNotaAluno_2401440_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_154" id="ci_AlunoAvaliacao_2401440_154" value="100812296" type="hidden">
                <input name="nr_Nota_2401440_154" id="nr_Nota_2401440_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_160" id="ci_AlunoAvaliacao_2401440_160" value="101511331" type="hidden">
                <input name="nr_Nota_2401440_160" id="nr_Nota_2401440_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_530" id="ci_AlunoAvaliacao_2401440_530" value="100813343" type="hidden">
                <input name="nr_Nota_2401440_530" id="nr_Nota_2401440_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_780" id="ci_AlunoAvaliacao_2401440_780" value="101809111" type="hidden">
                <input name="nr_Nota_2401440_780" id="nr_Nota_2401440_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_800" id="ci_AlunoAvaliacao_2401440_800" value="101817120" type="hidden">
                <input name="nr_Nota_2401440_800" id="nr_Nota_2401440_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_890" id="ci_AlunoAvaliacao_2401440_890" value="101389778" type="hidden">
                <input name="nr_Nota_2401440_890" id="nr_Nota_2401440_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_970" id="ci_AlunoAvaliacao_2401440_970" value="101809489" type="hidden">
                <input name="nr_Nota_2401440_970" id="nr_Nota_2401440_970" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_3330" id="ci_AlunoAvaliacao_2401440_3330" value="101577552" type="hidden">
                <input name="nr_Nota_2401440_3330" id="nr_Nota_2401440_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_1130" id="ci_AlunoAvaliacao_2401440_1130" value="101511810" type="hidden">
                <input name="nr_Nota_2401440_1130" id="nr_Nota_2401440_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_1140" id="ci_AlunoAvaliacao_2401440_1140" value="100812077" type="hidden">
                <input name="nr_Nota_2401440_1140" id="nr_Nota_2401440_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_1200" id="ci_AlunoAvaliacao_2401440_1200" value="101511608" type="hidden">
                <input name="nr_Nota_2401440_1200" id="nr_Nota_2401440_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_1620" id="ci_AlunoAvaliacao_2401440_1620" value="100806355" type="hidden">
                <input name="nr_Nota_2401440_1620" id="nr_Nota_2401440_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_1730" id="ci_AlunoAvaliacao_2401440_1730" value="101631183" type="hidden">
                <input name="nr_Nota_2401440_1730" id="nr_Nota_2401440_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;89614&nbsp;RAFAELA FERREIRA GOMES
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="89614" type="hidden"></td>
            
            <td id="colunaNotaAluno_89614_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_154" id="ci_AlunoAvaliacao_89614_154" value="100812297" type="hidden">
                <input name="nr_Nota_89614_154" id="nr_Nota_89614_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_160" id="ci_AlunoAvaliacao_89614_160" value="101511332" type="hidden">
                <input name="nr_Nota_89614_160" id="nr_Nota_89614_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_530" id="ci_AlunoAvaliacao_89614_530" value="100813344" type="hidden">
                <input name="nr_Nota_89614_530" id="nr_Nota_89614_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_780" id="ci_AlunoAvaliacao_89614_780" value="101809112" type="hidden">
                <input name="nr_Nota_89614_780" id="nr_Nota_89614_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_800" id="ci_AlunoAvaliacao_89614_800" value="101817121" type="hidden">
                <input name="nr_Nota_89614_800" id="nr_Nota_89614_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_890" id="ci_AlunoAvaliacao_89614_890" value="101389779" type="hidden">
                <input name="nr_Nota_89614_890" id="nr_Nota_89614_890" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_970" id="ci_AlunoAvaliacao_89614_970" value="101809490" type="hidden">
                <input name="nr_Nota_89614_970" id="nr_Nota_89614_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_3330" id="ci_AlunoAvaliacao_89614_3330" value="101577553" type="hidden">
                <input name="nr_Nota_89614_3330" id="nr_Nota_89614_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_1130" id="ci_AlunoAvaliacao_89614_1130" value="101511811" type="hidden">
                <input name="nr_Nota_89614_1130" id="nr_Nota_89614_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_1140" id="ci_AlunoAvaliacao_89614_1140" value="100812078" type="hidden">
                <input name="nr_Nota_89614_1140" id="nr_Nota_89614_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_1200" id="ci_AlunoAvaliacao_89614_1200" value="101511609" type="hidden">
                <input name="nr_Nota_89614_1200" id="nr_Nota_89614_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_1620" id="ci_AlunoAvaliacao_89614_1620" value="100806356" type="hidden">
                <input name="nr_Nota_89614_1620" id="nr_Nota_89614_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_1730" id="ci_AlunoAvaliacao_89614_1730" value="101631184" type="hidden">
                <input name="nr_Nota_89614_1730" id="nr_Nota_89614_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1196274&nbsp;REBECA ARAUJO DOS SANTOS OLIVEIRA
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="1196274" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196274_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_154" id="ci_AlunoAvaliacao_1196274_154" value="100812298" type="hidden">
                <input name="nr_Nota_1196274_154" id="nr_Nota_1196274_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_160" id="ci_AlunoAvaliacao_1196274_160" value="101511333" type="hidden">
                <input name="nr_Nota_1196274_160" id="nr_Nota_1196274_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_530" id="ci_AlunoAvaliacao_1196274_530" value="100813345" type="hidden">
                <input name="nr_Nota_1196274_530" id="nr_Nota_1196274_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_780" id="ci_AlunoAvaliacao_1196274_780" value="101809113" type="hidden">
                <input name="nr_Nota_1196274_780" id="nr_Nota_1196274_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_800" id="ci_AlunoAvaliacao_1196274_800" value="101817122" type="hidden">
                <input name="nr_Nota_1196274_800" id="nr_Nota_1196274_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_890" id="ci_AlunoAvaliacao_1196274_890" value="101389780" type="hidden">
                <input name="nr_Nota_1196274_890" id="nr_Nota_1196274_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_970" id="ci_AlunoAvaliacao_1196274_970" value="101809491" type="hidden">
                <input name="nr_Nota_1196274_970" id="nr_Nota_1196274_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_3330" id="ci_AlunoAvaliacao_1196274_3330" value="101577554" type="hidden">
                <input name="nr_Nota_1196274_3330" id="nr_Nota_1196274_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_1130" id="ci_AlunoAvaliacao_1196274_1130" value="101511812" type="hidden">
                <input name="nr_Nota_1196274_1130" id="nr_Nota_1196274_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_1140" id="ci_AlunoAvaliacao_1196274_1140" value="100812079" type="hidden">
                <input name="nr_Nota_1196274_1140" id="nr_Nota_1196274_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_1200" id="ci_AlunoAvaliacao_1196274_1200" value="101511610" type="hidden">
                <input name="nr_Nota_1196274_1200" id="nr_Nota_1196274_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_1620" id="ci_AlunoAvaliacao_1196274_1620" value="100806357" type="hidden">
                <input name="nr_Nota_1196274_1620" id="nr_Nota_1196274_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_1730" id="ci_AlunoAvaliacao_1196274_1730" value="101631185" type="hidden">
                <input name="nr_Nota_1196274_1730" id="nr_Nota_1196274_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202266&nbsp;RENATO LIMA MARQUES
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="1202266" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202266_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_154" id="ci_AlunoAvaliacao_1202266_154" value="100812300" type="hidden">
                <input name="nr_Nota_1202266_154" id="nr_Nota_1202266_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_160" id="ci_AlunoAvaliacao_1202266_160" value="101511334" type="hidden">
                <input name="nr_Nota_1202266_160" id="nr_Nota_1202266_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_530" id="ci_AlunoAvaliacao_1202266_530" value="100813346" type="hidden">
                <input name="nr_Nota_1202266_530" id="nr_Nota_1202266_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_780" id="ci_AlunoAvaliacao_1202266_780" value="101809114" type="hidden">
                <input name="nr_Nota_1202266_780" id="nr_Nota_1202266_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_800" id="ci_AlunoAvaliacao_1202266_800" value="101817123" type="hidden">
                <input name="nr_Nota_1202266_800" id="nr_Nota_1202266_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_890" id="ci_AlunoAvaliacao_1202266_890" value="101389781" type="hidden">
                <input name="nr_Nota_1202266_890" id="nr_Nota_1202266_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_970" id="ci_AlunoAvaliacao_1202266_970" value="101809492" type="hidden">
                <input name="nr_Nota_1202266_970" id="nr_Nota_1202266_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_3330" id="ci_AlunoAvaliacao_1202266_3330" value="101577555" type="hidden">
                <input name="nr_Nota_1202266_3330" id="nr_Nota_1202266_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_1130" id="ci_AlunoAvaliacao_1202266_1130" value="101511813" type="hidden">
                <input name="nr_Nota_1202266_1130" id="nr_Nota_1202266_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_1140" id="ci_AlunoAvaliacao_1202266_1140" value="100812080" type="hidden">
                <input name="nr_Nota_1202266_1140" id="nr_Nota_1202266_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_1200" id="ci_AlunoAvaliacao_1202266_1200" value="101511611" type="hidden">
                <input name="nr_Nota_1202266_1200" id="nr_Nota_1202266_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_1620" id="ci_AlunoAvaliacao_1202266_1620" value="100806358" type="hidden">
                <input name="nr_Nota_1202266_1620" id="nr_Nota_1202266_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_1730" id="ci_AlunoAvaliacao_1202266_1730" value="101631186" type="hidden">
                <input name="nr_Nota_1202266_1730" id="nr_Nota_1202266_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;954363&nbsp;RICARDO LIMA DE FREITAS FILHO
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="954363" type="hidden"></td>
            
            <td id="colunaNotaAluno_954363_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_154" id="ci_AlunoAvaliacao_954363_154" value="100812301" type="hidden">
                <input name="nr_Nota_954363_154" id="nr_Nota_954363_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_160" id="ci_AlunoAvaliacao_954363_160" value="101511335" type="hidden">
                <input name="nr_Nota_954363_160" id="nr_Nota_954363_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_530" id="ci_AlunoAvaliacao_954363_530" value="100813347" type="hidden">
                <input name="nr_Nota_954363_530" id="nr_Nota_954363_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_780" id="ci_AlunoAvaliacao_954363_780" value="101809115" type="hidden">
                <input name="nr_Nota_954363_780" id="nr_Nota_954363_780" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_800" id="ci_AlunoAvaliacao_954363_800" value="101817124" type="hidden">
                <input name="nr_Nota_954363_800" id="nr_Nota_954363_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_890" id="ci_AlunoAvaliacao_954363_890" value="101389782" type="hidden">
                <input name="nr_Nota_954363_890" id="nr_Nota_954363_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_970" id="ci_AlunoAvaliacao_954363_970" value="101809493" type="hidden">
                <input name="nr_Nota_954363_970" id="nr_Nota_954363_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_3330" id="ci_AlunoAvaliacao_954363_3330" value="101577556" type="hidden">
                <input name="nr_Nota_954363_3330" id="nr_Nota_954363_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_1130" id="ci_AlunoAvaliacao_954363_1130" value="101511814" type="hidden">
                <input name="nr_Nota_954363_1130" id="nr_Nota_954363_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_1140" id="ci_AlunoAvaliacao_954363_1140" value="100812081" type="hidden">
                <input name="nr_Nota_954363_1140" id="nr_Nota_954363_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_1200" id="ci_AlunoAvaliacao_954363_1200" value="101511612" type="hidden">
                <input name="nr_Nota_954363_1200" id="nr_Nota_954363_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_1620" id="ci_AlunoAvaliacao_954363_1620" value="100806359" type="hidden">
                <input name="nr_Nota_954363_1620" id="nr_Nota_954363_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_1730" id="ci_AlunoAvaliacao_954363_1730" value="101631187" type="hidden">
                <input name="nr_Nota_954363_1730" id="nr_Nota_954363_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1198044&nbsp;SAMAYARA ARAUJO RIBEIRO
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="1198044" type="hidden"></td>
            
            <td id="colunaNotaAluno_1198044_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_154" id="ci_AlunoAvaliacao_1198044_154" value="100812302" type="hidden">
                <input name="nr_Nota_1198044_154" id="nr_Nota_1198044_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_160" id="ci_AlunoAvaliacao_1198044_160" value="101511336" type="hidden">
                <input name="nr_Nota_1198044_160" id="nr_Nota_1198044_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_530" id="ci_AlunoAvaliacao_1198044_530" value="100813348" type="hidden">
                <input name="nr_Nota_1198044_530" id="nr_Nota_1198044_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_780" id="ci_AlunoAvaliacao_1198044_780" value="101809116" type="hidden">
                <input name="nr_Nota_1198044_780" id="nr_Nota_1198044_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_800" id="ci_AlunoAvaliacao_1198044_800" value="101817125" type="hidden">
                <input name="nr_Nota_1198044_800" id="nr_Nota_1198044_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_890" id="ci_AlunoAvaliacao_1198044_890" value="101389783" type="hidden">
                <input name="nr_Nota_1198044_890" id="nr_Nota_1198044_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_970" id="ci_AlunoAvaliacao_1198044_970" value="101809494" type="hidden">
                <input name="nr_Nota_1198044_970" id="nr_Nota_1198044_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_3330" id="ci_AlunoAvaliacao_1198044_3330" value="101577557" type="hidden">
                <input name="nr_Nota_1198044_3330" id="nr_Nota_1198044_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_1130" id="ci_AlunoAvaliacao_1198044_1130" value="101511815" type="hidden">
                <input name="nr_Nota_1198044_1130" id="nr_Nota_1198044_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_1140" id="ci_AlunoAvaliacao_1198044_1140" value="100812082" type="hidden">
                <input name="nr_Nota_1198044_1140" id="nr_Nota_1198044_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_1200" id="ci_AlunoAvaliacao_1198044_1200" value="101511613" type="hidden">
                <input name="nr_Nota_1198044_1200" id="nr_Nota_1198044_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_1620" id="ci_AlunoAvaliacao_1198044_1620" value="100806360" type="hidden">
                <input name="nr_Nota_1198044_1620" id="nr_Nota_1198044_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_1730" id="ci_AlunoAvaliacao_1198044_1730" value="101631188" type="hidden">
                <input name="nr_Nota_1198044_1730" id="nr_Nota_1198044_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;29111&nbsp;SAMIA CARLA RIBEIRO SILVA
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="29111" type="hidden"></td>
            
            <td id="colunaNotaAluno_29111_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_154" id="ci_AlunoAvaliacao_29111_154" value="100812303" type="hidden">
                <input name="nr_Nota_29111_154" id="nr_Nota_29111_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_160" id="ci_AlunoAvaliacao_29111_160" value="101511337" type="hidden">
                <input name="nr_Nota_29111_160" id="nr_Nota_29111_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_530" id="ci_AlunoAvaliacao_29111_530" value="100813349" type="hidden">
                <input name="nr_Nota_29111_530" id="nr_Nota_29111_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_780" id="ci_AlunoAvaliacao_29111_780" value="101809117" type="hidden">
                <input name="nr_Nota_29111_780" id="nr_Nota_29111_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_800" id="ci_AlunoAvaliacao_29111_800" value="101817126" type="hidden">
                <input name="nr_Nota_29111_800" id="nr_Nota_29111_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_890" id="ci_AlunoAvaliacao_29111_890" value="101389784" type="hidden">
                <input name="nr_Nota_29111_890" id="nr_Nota_29111_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_970" id="ci_AlunoAvaliacao_29111_970" value="101809495" type="hidden">
                <input name="nr_Nota_29111_970" id="nr_Nota_29111_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_3330" id="ci_AlunoAvaliacao_29111_3330" value="101577558" type="hidden">
                <input name="nr_Nota_29111_3330" id="nr_Nota_29111_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_1130" id="ci_AlunoAvaliacao_29111_1130" value="101511816" type="hidden">
                <input name="nr_Nota_29111_1130" id="nr_Nota_29111_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_1140" id="ci_AlunoAvaliacao_29111_1140" value="100812083" type="hidden">
                <input name="nr_Nota_29111_1140" id="nr_Nota_29111_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_1200" id="ci_AlunoAvaliacao_29111_1200" value="101511614" type="hidden">
                <input name="nr_Nota_29111_1200" id="nr_Nota_29111_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_1620" id="ci_AlunoAvaliacao_29111_1620" value="100806361" type="hidden">
                <input name="nr_Nota_29111_1620" id="nr_Nota_29111_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_1730" id="ci_AlunoAvaliacao_29111_1730" value="101631189" type="hidden">
                <input name="nr_Nota_29111_1730" id="nr_Nota_29111_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197752&nbsp;SARA RAQUEL MARCOS DE SOUSA
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="1197752" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197752_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_154" id="ci_AlunoAvaliacao_1197752_154" value="100812304" type="hidden">
                <input name="nr_Nota_1197752_154" id="nr_Nota_1197752_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_160" id="ci_AlunoAvaliacao_1197752_160" value="101511338" type="hidden">
                <input name="nr_Nota_1197752_160" id="nr_Nota_1197752_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_530" id="ci_AlunoAvaliacao_1197752_530" value="100813350" type="hidden">
                <input name="nr_Nota_1197752_530" id="nr_Nota_1197752_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_780" id="ci_AlunoAvaliacao_1197752_780" value="101809118" type="hidden">
                <input name="nr_Nota_1197752_780" id="nr_Nota_1197752_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_800" id="ci_AlunoAvaliacao_1197752_800" value="101817127" type="hidden">
                <input name="nr_Nota_1197752_800" id="nr_Nota_1197752_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_890" id="ci_AlunoAvaliacao_1197752_890" value="101389785" type="hidden">
                <input name="nr_Nota_1197752_890" id="nr_Nota_1197752_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_970" id="ci_AlunoAvaliacao_1197752_970" value="101809499" type="hidden">
                <input name="nr_Nota_1197752_970" id="nr_Nota_1197752_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_3330" id="ci_AlunoAvaliacao_1197752_3330" value="101577559" type="hidden">
                <input name="nr_Nota_1197752_3330" id="nr_Nota_1197752_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_1130" id="ci_AlunoAvaliacao_1197752_1130" value="101511817" type="hidden">
                <input name="nr_Nota_1197752_1130" id="nr_Nota_1197752_1130" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_1140" id="ci_AlunoAvaliacao_1197752_1140" value="100812084" type="hidden">
                <input name="nr_Nota_1197752_1140" id="nr_Nota_1197752_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_1200" id="ci_AlunoAvaliacao_1197752_1200" value="101511615" type="hidden">
                <input name="nr_Nota_1197752_1200" id="nr_Nota_1197752_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_1620" id="ci_AlunoAvaliacao_1197752_1620" value="100806362" type="hidden">
                <input name="nr_Nota_1197752_1620" id="nr_Nota_1197752_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_1730" id="ci_AlunoAvaliacao_1197752_1730" value="101631190" type="hidden">
                <input name="nr_Nota_1197752_1730" id="nr_Nota_1197752_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1519332&nbsp;TAISLANA ALENCAR DO NASCIMENTO
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="1519332" type="hidden"></td>
            
            <td id="colunaNotaAluno_1519332_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_154" id="ci_AlunoAvaliacao_1519332_154" value="100812305" type="hidden">
                <input name="nr_Nota_1519332_154" id="nr_Nota_1519332_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_160" id="ci_AlunoAvaliacao_1519332_160" value="101511339" type="hidden">
                <input name="nr_Nota_1519332_160" id="nr_Nota_1519332_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_530" id="ci_AlunoAvaliacao_1519332_530" value="100813351" type="hidden">
                <input name="nr_Nota_1519332_530" id="nr_Nota_1519332_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_780" id="ci_AlunoAvaliacao_1519332_780" value="101809119" type="hidden">
                <input name="nr_Nota_1519332_780" id="nr_Nota_1519332_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_800" id="ci_AlunoAvaliacao_1519332_800" value="101817128" type="hidden">
                <input name="nr_Nota_1519332_800" id="nr_Nota_1519332_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_890" id="ci_AlunoAvaliacao_1519332_890" value="101389786" type="hidden">
                <input name="nr_Nota_1519332_890" id="nr_Nota_1519332_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_970" id="ci_AlunoAvaliacao_1519332_970" value="101809506" type="hidden">
                <input name="nr_Nota_1519332_970" id="nr_Nota_1519332_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_3330" id="ci_AlunoAvaliacao_1519332_3330" value="101577560" type="hidden">
                <input name="nr_Nota_1519332_3330" id="nr_Nota_1519332_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_1130" id="ci_AlunoAvaliacao_1519332_1130" value="101511818" type="hidden">
                <input name="nr_Nota_1519332_1130" id="nr_Nota_1519332_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_1140" id="ci_AlunoAvaliacao_1519332_1140" value="100812085" type="hidden">
                <input name="nr_Nota_1519332_1140" id="nr_Nota_1519332_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_1200" id="ci_AlunoAvaliacao_1519332_1200" value="101511616" type="hidden">
                <input name="nr_Nota_1519332_1200" id="nr_Nota_1519332_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_1620" id="ci_AlunoAvaliacao_1519332_1620" value="100806363" type="hidden">
                <input name="nr_Nota_1519332_1620" id="nr_Nota_1519332_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_1730" id="ci_AlunoAvaliacao_1519332_1730" value="101631191" type="hidden">
                <input name="nr_Nota_1519332_1730" id="nr_Nota_1519332_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201562&nbsp;TERCIA CRISTINA BANDEIRA DE OLIVEIRA
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="1201562" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201562_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_154" id="ci_AlunoAvaliacao_1201562_154" value="100812306" type="hidden">
                <input name="nr_Nota_1201562_154" id="nr_Nota_1201562_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_160" id="ci_AlunoAvaliacao_1201562_160" value="101511340" type="hidden">
                <input name="nr_Nota_1201562_160" id="nr_Nota_1201562_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_530" id="ci_AlunoAvaliacao_1201562_530" value="100813352" type="hidden">
                <input name="nr_Nota_1201562_530" id="nr_Nota_1201562_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_780" id="ci_AlunoAvaliacao_1201562_780" value="101809120" type="hidden">
                <input name="nr_Nota_1201562_780" id="nr_Nota_1201562_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_800" id="ci_AlunoAvaliacao_1201562_800" value="101817129" type="hidden">
                <input name="nr_Nota_1201562_800" id="nr_Nota_1201562_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_890" id="ci_AlunoAvaliacao_1201562_890" value="101389787" type="hidden">
                <input name="nr_Nota_1201562_890" id="nr_Nota_1201562_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_970" id="ci_AlunoAvaliacao_1201562_970" value="101809508" type="hidden">
                <input name="nr_Nota_1201562_970" id="nr_Nota_1201562_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_3330" id="ci_AlunoAvaliacao_1201562_3330" value="101577561" type="hidden">
                <input name="nr_Nota_1201562_3330" id="nr_Nota_1201562_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_1130" id="ci_AlunoAvaliacao_1201562_1130" value="101511819" type="hidden">
                <input name="nr_Nota_1201562_1130" id="nr_Nota_1201562_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_1140" id="ci_AlunoAvaliacao_1201562_1140" value="100812086" type="hidden">
                <input name="nr_Nota_1201562_1140" id="nr_Nota_1201562_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_1200" id="ci_AlunoAvaliacao_1201562_1200" value="101511617" type="hidden">
                <input name="nr_Nota_1201562_1200" id="nr_Nota_1201562_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_1620" id="ci_AlunoAvaliacao_1201562_1620" value="100806364" type="hidden">
                <input name="nr_Nota_1201562_1620" id="nr_Nota_1201562_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_1730" id="ci_AlunoAvaliacao_1201562_1730" value="101631192" type="hidden">
                <input name="nr_Nota_1201562_1730" id="nr_Nota_1201562_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;901393&nbsp;THARCYSIO SARAIVA RODRIGUES NETO
              <input id="cd_Aluno_40" name="cd_Aluno_40" value="901393" type="hidden"></td>
            
            <td id="colunaNotaAluno_901393_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_154" id="ci_AlunoAvaliacao_901393_154" value="100812308" type="hidden">
                <input name="nr_Nota_901393_154" id="nr_Nota_901393_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_160" id="ci_AlunoAvaliacao_901393_160" value="101511341" type="hidden">
                <input name="nr_Nota_901393_160" id="nr_Nota_901393_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_530" id="ci_AlunoAvaliacao_901393_530" value="100813353" type="hidden">
                <input name="nr_Nota_901393_530" id="nr_Nota_901393_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_780" id="ci_AlunoAvaliacao_901393_780" value="101809121" type="hidden">
                <input name="nr_Nota_901393_780" id="nr_Nota_901393_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_800" id="ci_AlunoAvaliacao_901393_800" value="101817130" type="hidden">
                <input name="nr_Nota_901393_800" id="nr_Nota_901393_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_890" id="ci_AlunoAvaliacao_901393_890" value="101389788" type="hidden">
                <input name="nr_Nota_901393_890" id="nr_Nota_901393_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_970" id="ci_AlunoAvaliacao_901393_970" value="101809510" type="hidden">
                <input name="nr_Nota_901393_970" id="nr_Nota_901393_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_3330" id="ci_AlunoAvaliacao_901393_3330" value="101577562" type="hidden">
                <input name="nr_Nota_901393_3330" id="nr_Nota_901393_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_1130" id="ci_AlunoAvaliacao_901393_1130" value="101511820" type="hidden">
                <input name="nr_Nota_901393_1130" id="nr_Nota_901393_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_1140" id="ci_AlunoAvaliacao_901393_1140" value="100812087" type="hidden">
                <input name="nr_Nota_901393_1140" id="nr_Nota_901393_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_1200" id="ci_AlunoAvaliacao_901393_1200" value="101511618" type="hidden">
                <input name="nr_Nota_901393_1200" id="nr_Nota_901393_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_1620" id="ci_AlunoAvaliacao_901393_1620" value="100806365" type="hidden">
                <input name="nr_Nota_901393_1620" id="nr_Nota_901393_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_1730" id="ci_AlunoAvaliacao_901393_1730" value="101631193" type="hidden">
                <input name="nr_Nota_901393_1730" id="nr_Nota_901393_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202254&nbsp;FATIMA TAMIRIS POSSIDONIO CAVALCANTE
              <input id="cd_Aluno_41" name="cd_Aluno_41" value="1202254" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202254_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_154" id="ci_AlunoAvaliacao_1202254_154" value="101758402" type="hidden">
                <input name="nr_Nota_1202254_154" id="nr_Nota_1202254_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_160" id="ci_AlunoAvaliacao_1202254_160" value="101633049" type="hidden">
                <input name="nr_Nota_1202254_160" id="nr_Nota_1202254_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_530" id="ci_AlunoAvaliacao_1202254_530" value="100814518" type="hidden">
                <input name="nr_Nota_1202254_530" id="nr_Nota_1202254_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_780" id="ci_AlunoAvaliacao_1202254_780" value="101575864" type="hidden">
                <input name="nr_Nota_1202254_780" id="nr_Nota_1202254_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_800" id="ci_AlunoAvaliacao_1202254_800" value="101575420" type="hidden">
                <input name="nr_Nota_1202254_800" id="nr_Nota_1202254_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_890" id="ci_AlunoAvaliacao_1202254_890" value="101633450" type="hidden">
                <input name="nr_Nota_1202254_890" id="nr_Nota_1202254_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_970" id="ci_AlunoAvaliacao_1202254_970" value="101696363" type="hidden">
                <input name="nr_Nota_1202254_970" id="nr_Nota_1202254_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_3330" id="ci_AlunoAvaliacao_1202254_3330" value="101527415" type="hidden">
                <input name="nr_Nota_1202254_3330" id="nr_Nota_1202254_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_1130" id="ci_AlunoAvaliacao_1202254_1130" value="101526947" type="hidden">
                <input name="nr_Nota_1202254_1130" id="nr_Nota_1202254_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_1140" id="ci_AlunoAvaliacao_1202254_1140" value="101758039" type="hidden">
                <input name="nr_Nota_1202254_1140" id="nr_Nota_1202254_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_1200" id="ci_AlunoAvaliacao_1202254_1200" value="101525993" type="hidden">
                <input name="nr_Nota_1202254_1200" id="nr_Nota_1202254_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_1620" id="ci_AlunoAvaliacao_1202254_1620" value="101525489" type="hidden">
                <input name="nr_Nota_1202254_1620" id="nr_Nota_1202254_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_1730" id="ci_AlunoAvaliacao_1202254_1730" value="101696576" type="hidden">
                <input name="nr_Nota_1202254_1730" id="nr_Nota_1202254_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197675&nbsp;THAYLANE ANDRADE BENICIO
              <input id="cd_Aluno_42" name="cd_Aluno_42" value="1197675" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197675_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_154" id="ci_AlunoAvaliacao_1197675_154" value="100812309" type="hidden">
                <input name="nr_Nota_1197675_154" id="nr_Nota_1197675_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_160" id="ci_AlunoAvaliacao_1197675_160" value="101511342" type="hidden">
                <input name="nr_Nota_1197675_160" id="nr_Nota_1197675_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_530" id="ci_AlunoAvaliacao_1197675_530" value="100813354" type="hidden">
                <input name="nr_Nota_1197675_530" id="nr_Nota_1197675_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_780" id="ci_AlunoAvaliacao_1197675_780" value="101809122" type="hidden">
                <input name="nr_Nota_1197675_780" id="nr_Nota_1197675_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_800" id="ci_AlunoAvaliacao_1197675_800" value="101817131" type="hidden">
                <input name="nr_Nota_1197675_800" id="nr_Nota_1197675_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_890" id="ci_AlunoAvaliacao_1197675_890" value="101389789" type="hidden">
                <input name="nr_Nota_1197675_890" id="nr_Nota_1197675_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_970" id="ci_AlunoAvaliacao_1197675_970" value="101809512" type="hidden">
                <input name="nr_Nota_1197675_970" id="nr_Nota_1197675_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_3330" id="ci_AlunoAvaliacao_1197675_3330" value="101577563" type="hidden">
                <input name="nr_Nota_1197675_3330" id="nr_Nota_1197675_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_1130" id="ci_AlunoAvaliacao_1197675_1130" value="101511821" type="hidden">
                <input name="nr_Nota_1197675_1130" id="nr_Nota_1197675_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_1140" id="ci_AlunoAvaliacao_1197675_1140" value="100812088" type="hidden">
                <input name="nr_Nota_1197675_1140" id="nr_Nota_1197675_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_1200" id="ci_AlunoAvaliacao_1197675_1200" value="101511619" type="hidden">
                <input name="nr_Nota_1197675_1200" id="nr_Nota_1197675_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_1620" id="ci_AlunoAvaliacao_1197675_1620" value="100806366" type="hidden">
                <input name="nr_Nota_1197675_1620" id="nr_Nota_1197675_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_1730" id="ci_AlunoAvaliacao_1197675_1730" value="101631194" type="hidden">
                <input name="nr_Nota_1197675_1730" id="nr_Nota_1197675_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197369&nbsp;MARIO HENRIQUE BEZERRA DE LIMA BORGES
              <input id="cd_Aluno_43" name="cd_Aluno_43" value="1197369" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197369_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_154" id="ci_AlunoAvaliacao_1197369_154" value="100812292" type="hidden">
                <input name="nr_Nota_1197369_154" id="nr_Nota_1197369_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_160" id="ci_AlunoAvaliacao_1197369_160" value="101511327" type="hidden">
                <input name="nr_Nota_1197369_160" id="nr_Nota_1197369_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_530" id="ci_AlunoAvaliacao_1197369_530" value="100813339" type="hidden">
                <input name="nr_Nota_1197369_530" id="nr_Nota_1197369_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_780" id="ci_AlunoAvaliacao_1197369_780" value="101809107" type="hidden">
                <input name="nr_Nota_1197369_780" id="nr_Nota_1197369_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_800" id="ci_AlunoAvaliacao_1197369_800" value="101817116" type="hidden">
                <input name="nr_Nota_1197369_800" id="nr_Nota_1197369_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_890" id="ci_AlunoAvaliacao_1197369_890" value="101389774" type="hidden">
                <input name="nr_Nota_1197369_890" id="nr_Nota_1197369_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_970" id="ci_AlunoAvaliacao_1197369_970" value="101809485" type="hidden">
                <input name="nr_Nota_1197369_970" id="nr_Nota_1197369_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_3330" id="ci_AlunoAvaliacao_1197369_3330" value="101577548" type="hidden">
                <input name="nr_Nota_1197369_3330" id="nr_Nota_1197369_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_1130" id="ci_AlunoAvaliacao_1197369_1130" value="101511806" type="hidden">
                <input name="nr_Nota_1197369_1130" id="nr_Nota_1197369_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_1140" id="ci_AlunoAvaliacao_1197369_1140" value="100812073" type="hidden">
                <input name="nr_Nota_1197369_1140" id="nr_Nota_1197369_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_1200" id="ci_AlunoAvaliacao_1197369_1200" value="101511604" type="hidden">
                <input name="nr_Nota_1197369_1200" id="nr_Nota_1197369_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_1620" id="ci_AlunoAvaliacao_1197369_1620" value="100806351" type="hidden">
                <input name="nr_Nota_1197369_1620" id="nr_Nota_1197369_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_1730" id="ci_AlunoAvaliacao_1197369_1730" value="101631179" type="hidden">
                <input name="nr_Nota_1197369_1730" id="nr_Nota_1197369_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;676371&nbsp;YAGO BRAYAN CAVALCANTE MESQUITA
              <input id="cd_Aluno_44" name="cd_Aluno_44" value="676371" type="hidden"></td>
            
            <td id="colunaNotaAluno_676371_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_154" id="ci_AlunoAvaliacao_676371_154" value="101515172" type="hidden">
                <input name="nr_Nota_676371_154" id="nr_Nota_676371_154" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_160" id="ci_AlunoAvaliacao_676371_160" value="101513737" type="hidden">
                <input name="nr_Nota_676371_160" id="nr_Nota_676371_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_530" id="ci_AlunoAvaliacao_676371_530" value="100813966" type="hidden">
                <input name="nr_Nota_676371_530" id="nr_Nota_676371_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_780" id="ci_AlunoAvaliacao_676371_780" value="101574706" type="hidden">
                <input name="nr_Nota_676371_780" id="nr_Nota_676371_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_800" id="ci_AlunoAvaliacao_676371_800" value="101817681" type="hidden">
                <input name="nr_Nota_676371_800" id="nr_Nota_676371_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_890" id="ci_AlunoAvaliacao_676371_890" value="101391420" type="hidden">
                <input name="nr_Nota_676371_890" id="nr_Nota_676371_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_970" id="ci_AlunoAvaliacao_676371_970" value="101694977" type="hidden">
                <input name="nr_Nota_676371_970" id="nr_Nota_676371_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_3330" id="ci_AlunoAvaliacao_676371_3330" value="101515455" type="hidden">
                <input name="nr_Nota_676371_3330" id="nr_Nota_676371_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_1130" id="ci_AlunoAvaliacao_676371_1130" value="101516017" type="hidden">
                <input name="nr_Nota_676371_1130" id="nr_Nota_676371_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_1140" id="ci_AlunoAvaliacao_676371_1140" value="101514632" type="hidden">
                <input name="nr_Nota_676371_1140" id="nr_Nota_676371_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_1200" id="ci_AlunoAvaliacao_676371_1200" value="101514349" type="hidden">
                <input name="nr_Nota_676371_1200" id="nr_Nota_676371_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_1620" id="ci_AlunoAvaliacao_676371_1620" value="100807729" type="hidden">
                <input name="nr_Nota_676371_1620" id="nr_Nota_676371_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_1730" id="ci_AlunoAvaliacao_676371_1730" value="101631833" type="hidden">
                <input name="nr_Nota_676371_1730" id="nr_Nota_676371_1730" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 338px; left: 835px;" id="tooltip"><h3>LINGUA ESTRANGEIRA (ESPANHOL)</h3><div class="body">FABRICIO MARQUES DE ALMEIDA</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>